cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AnimationInfo Struct Reference

#include <CCActionTimeline.h>

Public Member Functions

 AnimationInfo ()
 AnimationInfo (const std::string &otherName, int otherStartIndex, int otherEndIndex)

Public Attributes

std::string name
int startIndex
int endIndex

Constructor & Destructor Documentation

AnimationInfo ( )
inline
var AnimationInfo ( )
inline
local AnimationInfo ( )
inline
AnimationInfo ( const std::string &  otherName,
int  otherStartIndex,
int  otherEndIndex 
)
inline
var AnimationInfo ( var  otherName,
var  otherStartIndex,
var  otherEndIndex 
)
inline
local AnimationInfo ( local  otherName,
local  otherStartIndex,
local  otherEndIndex 
)
inline

Member Data Documentation

int endIndex
var endIndex
local endIndex
std::string name
int startIndex
var startIndex
local startIndex

The documentation for this struct was generated from the following file: