docs.unity3d.com
    Show / Hide Table of Contents

    Class ActorPortConfig

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

    Constructors

    ActorPortConfig(String, Boolean, String, String, String, String, PortType, String, Boolean)

    Declaration
    public ActorPortConfig(string id, bool isGeneratedId, string componentConfigId, string typeNormalizedFullName, string messageTypeNormalizedFullName, string memberName, PortType portType, string displayName, bool isRemoved)
    Parameters
    Type Name Description
    String id
    Boolean isGeneratedId
    String componentConfigId
    String typeNormalizedFullName
    String messageTypeNormalizedFullName
    String memberName
    PortType portType
    String displayName
    Boolean isRemoved

    Fields

    ComponentConfigId

    Declaration
    public string ComponentConfigId
    Field Value
    Type Description
    String

    DisplayName

    Declaration
    public string DisplayName
    Field Value
    Type Description
    String

    IsRemoved

    Declaration
    public bool IsRemoved
    Field Value
    Type Description
    Boolean

    PortType

    Declaration
    public PortType PortType
    Field Value
    Type Description
    PortType

    Properties

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String
    Implements
    IConfigIdentifier.Id

    IsGeneratedId

    Declaration
    public bool IsGeneratedId { get; set; }
    Property Value
    Type Description
    Boolean
    Implements
    IConfigIdentifier.IsGeneratedId

    MemberName

    Declaration
    public string MemberName { get; set; }
    Property Value
    Type Description
    String

    MessageTypeNormalizedFullName

    Declaration
    public string MessageTypeNormalizedFullName { get; set; }
    Property Value
    Type Description
    String

    TypeNormalizedFullName

    Declaration
    public string TypeNormalizedFullName { get; set; }
    Property Value
    Type Description
    String
    Implements
    IConfigIdentifier.TypeNormalizedFullName
    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