mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
Auto update Allow full rotation flag for entities when changing their rotation
This commit is contained in:
@@ -32,6 +32,13 @@ namespace CodeWalker.WinForms
|
||||
UpdateFromValue();
|
||||
}
|
||||
}
|
||||
public Vector3 EulerDeg
|
||||
{
|
||||
get
|
||||
{
|
||||
return new Vector3((float)EulerXUpDown.Value, (float)EulerYUpDown.Value, (float)EulerZUpDown.Value);
|
||||
}
|
||||
}
|
||||
|
||||
private Quaternion _Value = Quaternion.Identity;
|
||||
private bool suppressEvents = false;
|
||||
|
||||
Reference in New Issue
Block a user