- $#include "Animation2D.h"
- class Animation2D : RefCounted
- {
- const String GetName() const;
- float GetLength() const;
- bool IsLooped() const;
- tolua_readonly tolua_property__get_set String name;
- tolua_readonly tolua_property__get_set float length;
- tolua_readonly tolua_property__is_set bool looped;
- };
|