csharp
public record class ReadModelEverything 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 ModelThe model itself: the hierarchy, and what hangs off it.
public MeshData[] MeshesIts meshes, in the order its parts name them.
public SkeletonData? SkeletonThe skeleton its skinned meshes share, or .
public AnimationClipData[] AnimationsIts clips.
Methods (1)
public ReadModel(ModelData Model, MeshData[] Meshes, SkeletonData? Skeleton, AnimationClipData[] Animations)Everything one model file turned into.
Used by (5)
- AnimationBinderVixen.Editor.AssetEditors
- ModelImporterVixen.Editor.Assets
- ModelReaderVixen.Editor.Assets
- ModelReaderTestsVixen.Editor.Assets.Tests
- NavMeshImporterVixen.Editor.Assets