A 2D Farming RPG
This is just a simple 2D farming RPG game
|
This is just a test script to trigger and test animations. More...
Data Fields | |
float | m_XInput |
float | m_YInput |
bool | m_IsWalking |
bool | m_IsRunning |
bool | m_IsIdle |
bool | m_IsCarrying |
ToolEffect | m_ToolEffect |
bool | m_IsUsingToolRight |
bool | m_IsUsingToolLeft |
bool | m_IsUsingToolUp |
bool | m_IsUsingToolDown |
bool | m_IsLiftingToolRight |
bool | m_IsLiftingToolLeft |
bool | m_IsLiftingToolUp |
bool | m_IsLiftingToolDown |
bool | m_IsSwingingToolRight |
bool | m_IsSwingingToolLeft |
bool | m_IsSwingingToolUp |
bool | m_IsSwingingToolDown |
bool | m_IsPickingRight |
bool | m_IsPickingLeft |
bool | m_IsPickingUp |
bool | m_IsPickingDown |
bool | m_IdleUp |
bool | m_IdleDown |
bool | m_IdleRight |
bool | m_IdleLeft |
Private Member Functions | |
void | Update () |
This is just a test script to trigger and test animations.
Definition at line 8 of file PlayerAnimationTest.cs.
|
inlineprivate |
bool PlayerAnimationTest.m_IdleDown |
Definition at line 34 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IdleLeft |
Definition at line 36 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IdleRight |
Definition at line 35 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IdleUp |
Definition at line 33 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsCarrying |
Definition at line 15 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsIdle |
Definition at line 14 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsLiftingToolDown |
Definition at line 24 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsLiftingToolLeft |
Definition at line 22 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsLiftingToolRight |
Definition at line 21 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsLiftingToolUp |
Definition at line 23 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsPickingDown |
Definition at line 32 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsPickingLeft |
Definition at line 30 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsPickingRight |
Definition at line 29 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsPickingUp |
Definition at line 31 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsRunning |
Definition at line 13 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsSwingingToolDown |
Definition at line 28 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsSwingingToolLeft |
Definition at line 26 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsSwingingToolRight |
Definition at line 25 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsSwingingToolUp |
Definition at line 27 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsUsingToolDown |
Definition at line 20 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsUsingToolLeft |
Definition at line 18 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsUsingToolRight |
Definition at line 17 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsUsingToolUp |
Definition at line 19 of file PlayerAnimationTest.cs.
bool PlayerAnimationTest.m_IsWalking |
Definition at line 12 of file PlayerAnimationTest.cs.
ToolEffect PlayerAnimationTest.m_ToolEffect |
Definition at line 16 of file PlayerAnimationTest.cs.
float PlayerAnimationTest.m_XInput |
Definition at line 10 of file PlayerAnimationTest.cs.
float PlayerAnimationTest.m_YInput |
Definition at line 11 of file PlayerAnimationTest.cs.