Update Model.cs
This commit is contained in:
parent
8872f3624f
commit
191e46c4c5
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ public readonly unsafe partial struct ModelAnimation
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Animation name
|
/// Animation name
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly char Name; // TODO CHECK IF IT WORKS
|
public readonly char[] Name; // TODO CHECK IF IT WORKS
|
||||||
|
|
||||||
/// <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