Class MultiRelationBase | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class MultiRelationBase

    Base class for all types of MultiRelations to ensure they get the proper inspector

    Inheritance
    Object
    ConditionBase
    RelationBase
    MultiRelationBase
    MultiRelation<TRelation1, TRelation2>
    MultiRelation<TRelation1, TRelation2, TRelation3>
    Inherited Members
    RelationBase.m_Child1
    RelationBase.m_Child2
    RelationBase.child1
    RelationBase.child2
    RelationBase.child1Transform
    RelationBase.child2Transform
    RelationBase.child1Proxy
    RelationBase.child2Proxy
    RelationBase.proxyGroup
    RelationBase.ResetChildrenReferences()
    ConditionBase.proxy
    ConditionBase.drawWarning
    ConditionBase.OnValidate()
    Namespace: Unity.MARS
    Syntax
    public abstract class MultiRelationBase : RelationBase, ISimulatable, IComponentHost<IRelation>

    Fields

    m_HostedComponents

    Declaration
    protected IRelation[] m_HostedComponents
    Field Value
    Type Description
    IRelation[]

    Properties

    HostedComponents

    Declaration
    public IRelation[] HostedComponents { get; }
    Property Value
    Type Description
    IRelation[]
    Implements
    IComponentHost<THostType>.HostedComponents

    Methods

    SetChildren(Proxy, Proxy)

    Declaration
    public abstract void SetChildren(Proxy context1, Proxy context2)
    Parameters
    Type Name Description
    Proxy context1
    Proxy context2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023