docs.unity.cn
    Show / Hide Table of Contents

    Class ActorAttribute

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

    Constructors

    ActorAttribute()

    Declaration
    public ActorAttribute()

    ActorAttribute(String, Boolean, String, String)

    Declaration
    public ActorAttribute(string guid = null, bool isBoundToMainThread = false, string groupName = null, string displayName = null)
    Parameters
    Type Name Description
    String guid
    Boolean isBoundToMainThread
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021