Class AddressableDataTableAttribute
- Namespace
- Ceres.DataDriven
- Assembly
- Ceres.dll
Auto manage dataTable with this row to Addressables
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class AddressableDataTableAttribute : Attribute
- Inheritance
-
AddressableDataTableAttribute
- Inherited Members
Constructors
AddressableDataTableAttribute(string, string)
public AddressableDataTableAttribute(string group = "DataTables", string address = null)
Parameters
Properties
Address
public string Address { get; }
Property Value
Group
Asset group DataTable belongs to
public string Group { get; }
Property Value
Labels
Addressables labels assigned when registering the DataTable asset.
public string[] Labels { get; set; }
Property Value
- string[]