Class GenericAssetLoader<T, TN, TS, L>
Inheritance
GenericAssetLoader<T, TN, TS, L>
Syntax
public class GenericAssetLoader<T, TN, TS, L> : ComponentSystem where T : struct, IComponentData where TN : struct, IComponentData, ISystemStateComponentData where TS : struct, IComponentData where L : struct, IComponentData, ISystemStateComponentData
Type Parameters
Name |
Description |
T |
|
TN |
|
TS |
|
L |
|
Fields
c
Declaration
protected IGenericAssetLoader<T, TN, TS, L> c
Field Value
wrapper
Declaration
Field Value
Methods
OnUpdate()
Declaration
protected override void OnUpdate()