Table of Contents

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

group string
address string

Properties

Address

public string Address { get; }

Property Value

string

Group

Asset group DataTable belongs to

public string Group { get; }

Property Value

string

Labels

Addressables labels assigned when registering the DataTable asset.

public string[] Labels { get; set; }

Property Value

string[]