Class ScriptableData<T>
Inherited Members
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
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 |
---|---|
int |
owner
Declaration
public Object owner { get; set; }
Property Value
Type | Description |
---|---|
Object |