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

Add SetWindowFocused

This commit is contained in:
MrScautHD 2023-11-19 12:22:20 +01:00
commit 8872f3624f
3 changed files with 7 additions and 3 deletions

View file

@ -107,7 +107,7 @@ public readonly unsafe partial struct ModelAnimation
/// <summary>
/// Animation name
/// </summary>
public readonly string Name; // TODO (CHECK IF IT REALLY OK TO USE STRING)
public readonly char Name; // TODO CHECK IF IT WORKS
/// <inheritdoc cref="FramePoses"/>
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);