docs.unity3d.com
    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
    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