Start to port to 5.0.0
This commit is contained in:
parent
2d1d558c2d
commit
e009520be3
8 changed files with 158 additions and 13 deletions
|
|
@ -104,6 +104,11 @@ public readonly unsafe partial struct ModelAnimation
|
|||
/// </summary>
|
||||
public readonly Transform** FramePoses;
|
||||
|
||||
/// <summary>
|
||||
/// Animation name
|
||||
/// </summary>
|
||||
public readonly string Name; // TODO (CHECK IF IT REALLY OK TO USE STRING)
|
||||
|
||||
/// <inheritdoc cref="FramePoses"/>
|
||||
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue