Class MultiRelationBase
Base class for all types of MultiRelations to ensure they get the proper inspector
Inheritance
MultiRelationBase
Syntax
public abstract class MultiRelationBase : RelationBase, ISimulatable, IComponentHost<IRelation>
Fields
m_HostedComponents
Declaration
protected IRelation[] m_HostedComponents
Field Value
Properties
HostedComponents
Declaration
public IRelation[] HostedComponents { get; }
Property Value
Implements
Methods
SetChildren(Proxy, Proxy)
Declaration
public abstract void SetChildren(Proxy context1, Proxy context2)
Parameters
Type |
Name |
Description |
Proxy |
context1 |
|
Proxy |
context2 |
|