Documentation
Urho3D::AnimationKeyFrame2D Struct Reference
2D animation key frame. More...
#include <Animation2D.h>
Collaboration diagram for Urho3D::AnimationKeyFrame2D:
Public Member Functions | |
| AnimationKeyFrame2D () | |
| Construct. | |
Public Attributes | |
| float | time_ |
| Time. | |
| bool | enabled_ |
| Enabled (2D animation may disable node on fly). | |
| int | parent_ |
| Parent (2D animation may change parent on fly). | |
| Transform2D | transform_ |
| Transform. | |
| int | spin_ |
| Spin direction. | |
| int | zIndex_ |
| Draw order. | |
| SharedPtr< Sprite2D > | sprite_ |
| Sprite. | |
| float | alpha_ |
| Alpha. | |
| bool | useHotSpot_ |
| Use hot spot. | |
| Vector2 | hotSpot_ |
| Hot spot. | |
Detailed Description
2D animation key frame.
The documentation for this struct was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/Animation2D.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/Animation2D.cpp
