docs.unity.cn
    Show / Hide Table of Contents

    Class ActorLink

    Inheritance
    Object
    ActorLink
    Namespace: Unity.Reflect.Actor
    Syntax
    [Serializable]
    public class ActorLink

    Constructors

    ActorLink(String, String, Boolean)

    Declaration
    public ActorLink(string outputId, string inputId, bool isRemoved)
    Parameters
    Type Name Description
    String outputId
    String inputId
    Boolean isRemoved

    Fields

    InputId

    Declaration
    public string InputId
    Field Value
    Type Description
    String

    IsRemoved

    Declaration
    public bool IsRemoved
    Field Value
    Type Description
    Boolean

    OutputId

    Declaration
    public string OutputId
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021