mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 02:38:28 +08:00
Cutscene viewer rendering peds
This commit is contained in:
@@ -2902,6 +2902,8 @@ namespace CodeWalker.GameFiles
|
||||
public ClipMapEntry Next { get; set; }
|
||||
|
||||
public bool EnableRootMotion { get; set; } = false; //used by CW to toggle whether or not to include root motion when playing animations
|
||||
public bool OverridePlayTime { get; set; } = false; //used by CW to manually override the animation playback time
|
||||
public float PlayTime { get; set; } = 0.0f;
|
||||
|
||||
|
||||
public override void Read(ResourceDataReader reader, params object[] parameters)
|
||||
|
||||
Reference in New Issue
Block a user