docs.unity.cn
    Show / Hide Table of Contents

    Class ActorAttribute

    Inheritance
    Object
    Attribute
    ActorAttribute
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class ActorAttribute : Attribute, _Attribute

    Constructors

    ActorAttribute()

    Declaration
    public ActorAttribute()

    ActorAttribute(String, Boolean, Boolean, String, String)

    Declaration
    public ActorAttribute(string guid = null, bool isBoundToMainThread = false, bool isExcludedFromGraph = false, string groupName = null, string displayName = null)
    Parameters
    Type Name Description
    String guid
    Boolean isBoundToMainThread
    Boolean isExcludedFromGraph
    String groupName
    String displayName

    Properties

    DisplayName

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

    GroupName

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

    Id

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

    IsBoundToMainThread

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

    IsExcludedFromGraph

    Declaration
    public bool IsExcludedFromGraph { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use