A 2D Farming RPG
This is just a simple 2D farming RPG game
|
Create a scriptable animation type. This objects holds infomration about animation variants. More...
Data Fields | |
AnimationClip | m_AnimationClip |
AnimationName | m_AnimationName |
CharacterPartAnimator | m_CharacterPart |
PartVariantColor | m_PartVariantColor |
PartVariantType | m_PartVariantType |
Create a scriptable animation type. This objects holds infomration about animation variants.
Definition at line 9 of file SO_AnimationType.cs.
AnimationClip SO_AnimationType.m_AnimationClip |
Definition at line 11 of file SO_AnimationType.cs.
AnimationName SO_AnimationType.m_AnimationName |
Definition at line 12 of file SO_AnimationType.cs.
CharacterPartAnimator SO_AnimationType.m_CharacterPart |
Definition at line 13 of file SO_AnimationType.cs.
PartVariantColor SO_AnimationType.m_PartVariantColor |
Definition at line 14 of file SO_AnimationType.cs.
PartVariantType SO_AnimationType.m_PartVariantType |
Definition at line 15 of file SO_AnimationType.cs.