MeshExt.ExtractSubMeshOperation Enumeration

Enumerates possible mesh extraction algorithms.

Namespace: UltimateXR.Extensions.Unity.Render
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public enum ExtractSubMeshOperation


Members

Member nameValueDescription
BoneAndChildren0Creates a new mesh copying all the mesh that is influenced by the bone or any of its children.
NotFromBoneOrChildren1Creates a new mesh copying all the mesh that is not influenced by the reference bone or any of its children.

See Also

Reference

UltimateXR.Extensions.Unity.Render Namespace