Vixen
02b45cc4
csharp
public record class ReadModel

Everything one model file turned into.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public ModelData Model

    The model itself: the hierarchy, and what hangs off it.

  • public MeshData[] Meshes

    Its meshes, in the order its parts name them.

  • public SkeletonData? Skeleton

    The skeleton its skinned meshes share, or .

  • public AnimationClipData[] Animations

    Its clips.

Methods (1)

Used by (5)

  • AnimationBinderVixen.Editor.AssetEditors
  • ModelImporterVixen.Editor.Assets
  • ModelReaderVixen.Editor.Assets
  • ModelReaderTestsVixen.Editor.Assets.Tests
  • NavMeshImporterVixen.Editor.Assets