Class SkinnedMeshUnityDiff
Compares two skinned meshes in Unity.
Inherited Members
Namespace: Unity.Formats.USD
Syntax
[ExecuteInEditMode]
public class SkinnedMeshUnityDiff : MonoBehaviour
Fields
m_unityMesh
Declaration
[Tooltip("The Unity skinned mesh to compare")]
public SkinnedMeshRenderer m_unityMesh
Field Value
Type | Description |
---|---|
SkinnedMeshRenderer |
m_usdMesh
Declaration
[Tooltip("The USD skinned mesh to compare")]
public SkinnedMeshRenderer m_usdMesh
Field Value
Type | Description |
---|---|
SkinnedMeshRenderer |