Class GenericAssetLoader<T, TN, TS, L>
  
Inheritance
System.Object
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
| Type | 
Description | 
| System.IntPtr | 
 | 
Methods
  
OnCreate()
Declaration
protected override void OnCreate()
 
OnDestroy()
Declaration
protected override void OnDestroy()
 
OnUpdate()
Declaration
protected override void OnUpdate()