Struct XRHandMeshDataQueryParams
Input parameters used when querying hand mesh data from TryGetMeshData(out XRHandMeshDataQueryResult, ref XRHandMeshDataQueryParams).
Inherited Members
Namespace: UnityEngine.XR.Hands.Meshing
Assembly: Unity.XR.Hands.dll
Syntax
public struct XRHandMeshDataQueryParams
Properties
allocator
Allocator to be used when allocating the NativeArrays in XRHandMeshData.
Declaration
public Allocator allocator { readonly get; set; }
Property Value
Type | Description |
---|---|
Allocator |