Protected
constructorReadonly
aabbReturns the maximum value in each dimension of the axis-aligned bounding box containing this mesh.
Readonly
aabbReturns the minimum value in each dimension of the axis-aligned bounding box containing this mesh.
The RenderObjectProvider for this RenderMesh, which can provide more controls depending on the mesh type. See also: FaceRenderObjectProvider
Readonly
indexThe index data type used by this mesh.
The name of the Asset in Lens Studio.
Readonly
topologyThe topology type used by this mesh.
Readonly
uniqueGet the bone inverse matrices on the mesh
Get the bone names on the mesh.
Returns a list of indices of each vertices in the RenderMesh.
Returns a list of values of each vertices in the RenderMesh for the specified attribute.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Represents a mesh asset.
See
RenderMeshVisual.
Example