Class EmptyTextureNode
Inheritance
EmptyTextureNode
Syntax
[ScriptNode("Empty Texture", "Textures", true)]
[Serializable]
public class EmptyTextureNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
SizeIn
Declaration
protected InPort SizeIn { get; }
Property Value
TextureData
Declaration
public TextureData TextureData { get; }
Property Value
TextureOut
Declaration
protected OutPort TextureOut { get; }
Property Value
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()
Overrides
Implements