docs.unity3d.com
    Show / Hide Table of Contents

    Class ComponentAttribute

    Inheritance
    Object
    Attribute
    ComponentAttribute
    Namespace: Unity.Reflect.Actor
    Syntax
    public class ComponentAttribute : Attribute, _Attribute

    Constructors

    ComponentAttribute(String, Type, Type, Type, Multiplicity, Multiplicity, String, Boolean)

    Declaration
    public ComponentAttribute(string guid = null, Type inputAttributeType = null, Type outputAttributeType = null, Type outputType = null, Multiplicity inputMultiplicity = Multiplicity.Any, Multiplicity outputMultiplicity = Multiplicity.Any, string displayName = null, bool isExcludedFromGraph = false)
    Parameters
    Type Name Description
    String guid
    Type inputAttributeType
    Type outputAttributeType
    Type outputType
    Multiplicity inputMultiplicity
    Multiplicity outputMultiplicity
    String displayName
    Boolean isExcludedFromGraph

    ComponentAttribute(Type, Type, Type)

    Declaration
    public ComponentAttribute(Type inputAttributeType, Type outputAttributeType, Type outputType)
    Parameters
    Type Name Description
    Type inputAttributeType
    Type outputAttributeType
    Type outputType

    Properties

    DisplayName

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

    Id

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

    InputAttributeType

    Declaration
    public Type InputAttributeType { get; }
    Property Value
    Type Description
    Type

    InputMultiplicity

    Declaration
    public Multiplicity InputMultiplicity { get; }
    Property Value
    Type Description
    Multiplicity

    IsExcludedFromGraph

    Declaration
    public bool IsExcludedFromGraph { get; }
    Property Value
    Type Description
    Boolean

    OutputAttributeType

    Declaration
    public Type OutputAttributeType { get; }
    Property Value
    Type Description
    Type

    OutputMultiplicity

    Declaration
    public Multiplicity OutputMultiplicity { get; }
    Property Value
    Type Description
    Multiplicity

    OutputType

    Declaration
    public Type OutputType { get; }
    Property Value
    Type Description
    Type
    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