Struct AnimationJobCache
Syntax
public struct AnimationJobCache : IDisposable
Constructors
AnimationJobCache(Single[])
Declaration
public AnimationJobCache(float[] data)
Parameters
Type |
Name |
Description |
Single[] |
data |
|
Methods
Dispose()
Declaration
Get<T>(CacheIndex, Int32)
Declaration
public T Get<T>(CacheIndex index, int offset = 0)
where T : struct
Parameters
Returns
Type Parameters
GetRaw(CacheIndex, Int32)
Declaration
public float GetRaw(CacheIndex index, int offset = 0)
Parameters
Returns
Set<T>(T, CacheIndex, Int32)
Declaration
public void Set<T>(T val, CacheIndex index, int offset = 0)
where T : struct
Parameters
Type Parameters
SetArray<T>(T[], CacheIndex, Int32)
Declaration
public void SetArray<T>(T[] v, CacheIndex index, int offset = 0)
where T : struct
Parameters
Type Parameters
SetRaw(Single, CacheIndex, Int32)
Declaration
public void SetRaw(float val, CacheIndex index, int offset = 0)
Parameters