Class IntPropertyWriterNode
Inheritance
IntPropertyWriterNode
Syntax
public class IntPropertyWriterNode : GameplayPropertyWriterNode<IntPropertyWriterNode.NodeData, IntPropertyWriterNode.Ports>, IEntityContextHandler, ITaskPortMsgHandler<IEntityContextHandler, EntityContext>, IMsgHandler<ulong>, IMsgHandler<int>
Methods
GetContextPort(NodeHandle)
Declaration
protected override InputPortID GetContextPort(NodeHandle handle)
Parameters
Type |
Name |
Description |
NodeHandle |
handle |
|
Returns
Type |
Description |
InputPortID |
|
Overrides
Unity.Compositor.GameplayPropertyWriterNode<Unity.Compositor.IntPropertyWriterNode.NodeData, Unity.Compositor.IntPropertyWriterNode.Ports>.GetContextPort(NodeHandle)
HandleMessage(MessageContext, Int32)
Declaration
public void HandleMessage(in MessageContext ctx, in int message)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
Int32 |
message |
|