Class RelationBase
Syntax
public abstract class RelationBase : ConditionBase, ISimulatable
Fields
m_Child1
Declaration
Field Value
m_Child2
Declaration
Field Value
Properties
child1
Declaration
public IMRObject child1 { get; }
Property Value
child1Proxy
Declaration
public Proxy child1Proxy { get; set; }
Property Value
Declaration
public Transform child1Transform { get; }
Property Value
Type |
Description |
Transform |
|
child2
Declaration
public IMRObject child2 { get; }
Property Value
child2Proxy
Declaration
public Proxy child2Proxy { get; set; }
Property Value
Declaration
public Transform child2Transform { get; }
Property Value
Type |
Description |
Transform |
|
proxyGroup
Declaration
public ProxyGroup proxyGroup { get; }
Property Value
Methods
ResetChildrenReferences()
Declaration
public void ResetChildrenReferences()