Watch
2
0
Fork
You've already forked raylib-cs
0

Added TODOs

This commit is contained in:
Ben Parsons 2021-12-09 22:28:22 +11:00
commit 703bf0e0d2
4 changed files with 13 additions and 3 deletions

View file

@ -62,11 +62,13 @@ namespace Raylib_cs
/// </summary>
public int boneCount;
//TODO: Span
/// <summary>
/// Bones information (skeleton, BoneInfo *)
/// </summary>
public BoneInfo* bones;
//TODO: Span
/// <summary>
/// Bones base transformation (pose, Transform *)
/// </summary>
@ -88,7 +90,7 @@ namespace Raylib_cs
/// Number of animation frames
/// </summary>
public readonly int frameCount;
/// <summary>
/// Bones information (skeleton, BoneInfo *)
/// </summary>