Class SchemaAsset
- Namespace
- Coherence
- Assembly
- Coherence.dll
public sealed class SchemaAsset : ScriptableObject
- Inheritance
-
SchemaAsset
Constructors
SchemaAsset()
Fields
archetypes
public List<string> archetypes
Field Value
- List<string>
commands
public List<string> commands
Field Value
- List<string>
components
public List<string> components
Field Value
- List<string>
defines
public List<string> defines
Field Value
- List<string>
enums
public List<string> enums
Field Value
- List<string>
events
public List<string> events
Field Value
- List<string>
identifier
Field Value
- string
public List<string> inputs
Field Value
- List<string>
interpolations
public List<string> interpolations
Field Value
- List<string>
raw
Field Value
- string
Methods
CompareTo(SchemaAsset)
public int CompareTo(SchemaAsset other)
Parameters
other
SchemaAsset
Returns
- int