Class GameplayPropertyBag
Namespace: Unity.Compositor.Hybrid
Syntax
[Serializable]
public class GameplayPropertyBag
Constructors
GameplayPropertyBag(String)
Declaration
public GameplayPropertyBag(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Properties
Declaration
public List<GameplayProperty> Properties
Field Value
Type | Description |
---|---|
List<GameplayProperty> |