Struct SetChildDataCandidate
Data ID that a set child could potentially use, as well as the valid data assignments for other children if this data is used
Namespace: Unity.MARS.Data
Syntax
public struct SetChildDataCandidate
Fields
dataID
Declaration
public int dataID
Field Value
Type | Description |
---|---|
Int32 |
otherChildrenValidIDs
Declaration
public Dictionary<IMRObject, HashSet<int>> otherChildrenValidIDs
Field Value
Type | Description |
---|---|
Dictionary<IMRObject, HashSet<Int32>> |