Class ActorAttribute
Inheritance
ActorAttribute
Syntax
public class ActorAttribute : Attribute, _Attribute
Constructors
ActorAttribute()
Declaration
ActorAttribute(String, Boolean, String, String)
Declaration
public ActorAttribute(string guid = null, bool isBoundToMainThread = false, string groupName = null, string displayName = null)
Parameters
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
GroupName
Declaration
public string GroupName { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
IsBoundToMainThread
Declaration
public bool IsBoundToMainThread { get; }
Property Value