Class ScriptableData<T>
Inheritance
System.Object
ScriptableData<T>
Namespace: UnityEditor.U2D.Path
Syntax
public class ScriptableData<T> : ScriptableObject
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
data
Declaration
public T data { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
index
Declaration
public int index { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
owner
Declaration
public UnityEngine.Object owner { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Object |