cocos2d-x  3.0-alpha0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TextureCache::AsyncStruct Struct Reference

#include <CCTextureCache.h>

Public Member Functions

 AsyncStruct (const std::string &fn, Object *t, SEL_CallFuncO s)
 AsyncStruct ( var fn, var t, var s)
 AsyncStruct ( local fn, local t, local s)

Public Attributes

std::string filename
Objecttarget
var target
local target
SEL_CallFuncO selector
var selector
local selector

Constructor & Destructor Documentation

AsyncStruct ( const std::string &  fn,
Object t,
SEL_CallFuncO  s 
)
inline
var AsyncStruct ( var  fn,
var  t,
var  s 
)
inline
local AsyncStruct ( local  fn,
local  t,
local  s 
)
inline

Member Data Documentation

std::string filename
SEL_CallFuncO selector
var selector
local selector
Object* target
var target
local target

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