Class UnitTitleAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class UnitTitleAttribute : Attribute, _Attribute
Constructors
UnitTitleAttribute(String)
Declaration
public UnitTitleAttribute(string title)
Parameters
| Type | Name | Description |
|---|---|---|
| String | title |
Properties
title
Declaration
public string title { get; }
Property Value
| Type | Description |
|---|---|
| String |