Class ChangeTextureSizeNode
Changes the texture's size by the specified amount.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Change Texture Size", "Textures", true)]
[Serializable]
public class ChangeTextureSizeNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
TextureData
Declaration
public TextureData TextureData { get; }
Property Value
Type | Description |
---|---|
TextureData |
Methods
OnProcess()
Declaration
protected override void OnProcess()