Class UIntPropertyWriterNode
Inheritance
UIntPropertyWriterNode
Syntax
public class UIntPropertyWriterNode : GameplayPropertyWriterNode<UIntPropertyWriterNode.NodeData, UIntPropertyWriterNode.Ports>, IEntityContextHandler, ITaskPortMsgHandler<IEntityContextHandler, EntityContext>, IMsgHandler<ulong>, IMsgHandler<uint>
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.UIntPropertyWriterNode.NodeData, Unity.Compositor.UIntPropertyWriterNode.Ports>.GetContextPort(NodeHandle)
HandleMessage(MessageContext, UInt32)
Declaration
public void HandleMessage(in MessageContext ctx, in uint message)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
UInt32 |
message |
|