Update Model.cs
This commit is contained in:
parent
191e46c4c5
commit
efea2e24c6
1 changed files with 2 additions and 2 deletions
|
|
@ -105,9 +105,9 @@ public readonly unsafe partial struct ModelAnimation
|
||||||
public readonly Transform** FramePoses;
|
public readonly Transform** FramePoses;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Animation name
|
/// Animation name (char[32])
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly char[] Name; // TODO CHECK IF IT WORKS
|
public readonly sbyte Name;
|
||||||
|
|
||||||
/// <inheritdoc cref="FramePoses"/>
|
/// <inheritdoc cref="FramePoses"/>
|
||||||
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);
|
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue