Struct BoolPropertyReaderNode.Ports
Namespace: Unity.Compositor
Syntax
public struct Ports : ISimulationPortDefinition
Fields
EntityContext
Declaration
public MessageInput<BoolPropertyReaderNode, EntityContext> EntityContext
Field Value
Type | Description |
---|---|
MessageInput<BoolPropertyReaderNode, EntityContext> |
PropertyHash
Declaration
public MessageInput<BoolPropertyReaderNode, ulong> PropertyHash
Field Value
Type | Description |
---|---|
MessageInput<BoolPropertyReaderNode, UInt64> |
Value
Declaration
public MessageOutput<BoolPropertyReaderNode, bool> Value
Field Value
Type | Description |
---|---|
MessageOutput<BoolPropertyReaderNode, Boolean> |