Assembly: Unity.Importer.USD.Editor.dll
protected struct ReadXFormAnimationNode.ExtractKeyframesFromPrimJob : IJobParallelFor
Fields
Declaration
Field Value
Declaration
[NativeDisableContainerSafetyRestriction]
public NativeArray<Keyframe> keyframes
Field Value
Declaration
[NativeDisableUnsafePtrRestriction]
[ReadOnly]
public IntPtr primHandle
Field Value
Declaration
Field Value
Declaration
[ReadOnly]
public NativeArray<double> timeCodes
Field Value
Declaration
public double timeCodesPerSecond
Field Value
Methods
Implement this method to perform work against a specific iteration index.
Declaration
public void Execute(int i)
Parameters
Type |
Name |
Description |
int |
i |
|
Implements