Struct AnimationJobCache
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
public struct AnimationJobCache : IDisposable
Constructors
AnimationJobCache(Single[])
Declaration
public AnimationJobCache(float[] data)
Parameters
Type |
Name |
Description |
System.Single[] |
data |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable.Dispose()
Get<T>(CacheIndex, Int32)
Declaration
public T Get<T>(CacheIndex index, int offset = 0)where T : unmanaged
Parameters
Type |
Name |
Description |
CacheIndex |
index |
|
System.Int32 |
offset |
|
Returns
Type Parameters
GetRaw(CacheIndex, Int32)
Declaration
public float GetRaw(CacheIndex index, int offset = 0)
Parameters
Type |
Name |
Description |
CacheIndex |
index |
|
System.Int32 |
offset |
|
Returns
Type |
Description |
System.Single |
|
Set<T>(T, CacheIndex, Int32)
Declaration
public void Set<T>(T val, CacheIndex index, int offset = 0)where T : unmanaged
Parameters
Type |
Name |
Description |
T |
val |
|
CacheIndex |
index |
|
System.Int32 |
offset |
|
Type Parameters
SetArray<T>(T[], CacheIndex, Int32)
Declaration
public void SetArray<T>(T[] v, CacheIndex index, int offset = 0)where T : unmanaged
Parameters
Type |
Name |
Description |
T[] |
v |
|
CacheIndex |
index |
|
System.Int32 |
offset |
|
Type Parameters
SetRaw(Single, CacheIndex, Int32)
Declaration
public void SetRaw(float val, CacheIndex index, int offset = 0)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
CacheIndex |
index |
|
System.Int32 |
offset |
|