Class ProviderDataBase<TDataType>
Inheritance
ProviderDataBase<TDataType>
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[Serializable]
public abstract class ProviderDataBase<TDataType>
Type Parameters
Name |
Description |
TDataType |
|
Fields
data
Declaration
[SerializeField]
[Tooltip("The data of the element that is provided to the graph.")]
protected TDataType data
Field Value
Type |
Description |
TDataType |
|
Properties
Data
Declaration
public virtual TDataType Data { get; }
Property Value
Type |
Description |
TDataType |
|