Class ChangeTextureSizeNode
Changes the texture's size by the specified amount.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
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()