API reference
API reference
Select your platform
No SDKs available
No versions available

TransformToUnitySpaceJob Struct

Extends IJobParallelFor
Asynchronous job that transforms mesh vertices, normals, UVs, and bone weights into Unity space.

Fields

NativeArray< Vector3 > Vertices[Get]
NativeArray< Vector3 > Normals[Get]
NativeArray< Vector2 > UV[Get]
NativeArray< BoneWeight > BoneWeights[Get]
NativeArray< OVRPlugin.Vector3f > MeshVerticesPosition[Get]
NativeArray< OVRPlugin.Vector3f > MeshNormals[Get]
NativeArray< OVRPlugin.Vector2f > MeshUV[Get]
NativeArray< OVRPlugin.Vector4f > MeshBoneWeights[Get]
NativeArray< OVRPlugin.Vector4s > MeshBoneIndices[Get]

Member Functions

void Execute
( int index )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon