Class GameplayProperty
Namespace: Unity.Compositor.Hybrid
Syntax
[Serializable]
public class GameplayProperty
Constructors
GameplayProperty(String)
Declaration
public GameplayProperty(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Fields
Hash
Declaration
public ulong Hash
Field Value
Type | Description |
---|---|
UInt64 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Value
Declaration
public GraphVariant Value
Field Value
Type | Description |
---|---|
GraphVariant |