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 name | Value | Description | |
---|---|---|---|
BoneAndChildren | 0 | Creates a new mesh copying all the mesh that is influenced by the bone or any of its children. | |
NotFromBoneOrChildren | 1 | Creates a new mesh copying all the mesh that is not influenced by the reference bone or any of its children. |