Class SubRelation
Base class that must be used to build up any members of MultiRelations
Syntax
[Serializable]
public class SubRelation
Fields
Host
Refers to the MonoBehaviour that is hosting the Relations
Declaration
public MonoBehaviour Host
Field Value
Type |
Description |
MonoBehaviour |
|
m_Child1
Declaration
Field Value
m_Child2
Declaration
Field Value
Properties
child1
Declaration
public IMRObject child1 { get; }
Property Value
child2
Declaration
public IMRObject child2 { get; }
Property Value
enabled
Declaration
public bool enabled { get; }
Property Value
Methods
SetChildren(Proxy, Proxy)
Declaration
public void SetChildren(Proxy context1, Proxy context2)
Parameters
Type |
Name |
Description |
Proxy |
context1 |
|
Proxy |
context2 |
|