docs.unity3d.com
    Show / Hide Table of Contents

    Class ActorPort

    Inheritance
    Object
    ActorPort
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    [Serializable]
    public class ActorPort

    Constructors

    ActorPort(String, String, List<ActorLink>, Boolean, Boolean)

    Declaration
    public ActorPort(string id, string configId, List<ActorLink> senders, bool isValid, bool isRemoved)
    Parameters
    Type Name Description
    String id
    String configId
    List<ActorLink> senders
    Boolean isValid
    Boolean isRemoved

    Fields

    ConfigId

    Declaration
    public string ConfigId
    Field Value
    Type Description
    String

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    String

    IsRemoved

    Declaration
    public bool IsRemoved
    Field Value
    Type Description
    Boolean

    IsValid

    Declaration
    public bool IsValid
    Field Value
    Type Description
    Boolean

    Links

    Declaration
    [SerializeReference]
    public List<ActorLink> Links
    Field Value
    Type Description
    List<ActorLink>
    Back to top
    Terms of use
    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