MorphInterpolationJob
[BurstCompile]public struct MorphInterpolationJobNo description is available for this type.
Fields
Section titled “Fields”
SourcePositions
Section titled “SourcePositions”[ReadOnly]public NativeArray<float2> SourcePositionsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float2} — No return description is available.
TargetPositions
Section titled “TargetPositions”[ReadOnly]public NativeArray<float2> TargetPositionsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float2} — No return description is available.
CurrentPositions
Section titled “CurrentPositions”[WriteOnly]public NativeArray<float2> CurrentPositionsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float2} — No return description is available.
SourceValues
Section titled “SourceValues”[ReadOnly]public NativeArray<float> SourceValuesNo description is available for this member.
Returns
Unity.Collections.NativeArray{System.Single} — No return description is available.
TargetValues
Section titled “TargetValues”[ReadOnly]public NativeArray<float> TargetValuesNo description is available for this member.
Returns
Unity.Collections.NativeArray{System.Single} — No return description is available.
CurrentValues
Section titled “CurrentValues”[WriteOnly]public NativeArray<float> CurrentValuesNo description is available for this member.
Returns
Unity.Collections.NativeArray{System.Single} — No return description is available.
SourceColors
Section titled “SourceColors”[ReadOnly]public NativeArray<float4> SourceColorsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float4} — No return description is available.
TargetColors
Section titled “TargetColors”[ReadOnly]public NativeArray<float4> TargetColorsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float4} — No return description is available.
CurrentColors
Section titled “CurrentColors”[WriteOnly]public NativeArray<float4> CurrentColorsNo description is available for this member.
Returns
Unity.Collections.NativeArray{Unity.Mathematics.float4} — No return description is available.
AnimateColors
Section titled “AnimateColors”[ReadOnly]public bool AnimateColorsNo description is available for this member.
Returns
System.Boolean — No return description is available.
public float TNo description is available for this member.
Returns
System.Single — No return description is available.
Methods
Section titled “Methods”
Execute(int)
Section titled “Execute(int)”public void Execute(int index)Performs work against a specific iteration index.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 | The index of the Parallel for loop at which to perform work. |