Set woman's IsCheck to true when switching to camera3, reset it on undo
This commit is contained in:
@@ -207,6 +207,7 @@ public class ShoseClickHandler : MonoBehaviour
|
||||
if (anim != null)
|
||||
{
|
||||
anim.SetBool("isCrouch", false);
|
||||
anim.SetBool("IsCheck", false);
|
||||
|
||||
}
|
||||
// 移回原位?如果最初在某个位置,PageController里有记录。这里只要不穿帮即可
|
||||
|
||||
Reference in New Issue
Block a user