|
AR_Engine_SDK
|
#include <XEMaterialFxInstance.h>

函数 | |
| function XEMaterialFxInstance | new (pNodeTl) end |
| function XEMaterialFxInstance | GetMaterialFxTemplate () end |
| function XEMaterialFxInstance | AcceptHolder (pHolder) end |
| function XEMaterialFxInstance | AcceptLevel (pLevel) end |
| function XEMaterialFxInstance | GetWorld () end |
| function XEMaterialFxInstance | GetLevel () end |
| function XEMaterialFxInstance | GetHolder () end |
变量 | |
| XEMaterialFxInstance = {} | |
| function XEMaterialFxInstance AcceptHolder | ( | pHolder | ) |
记录持有者Holder指针
| pHolder | userdata |
| function XEMaterialFxInstance AcceptLevel | ( | pLevel | ) |
| function XEMaterialFxInstance GetHolder | ( | ) |
获取持有者Holder指针
| function XEMaterialFxInstance GetLevel | ( | ) |
从节点管理器取出世界指针
| function XEMaterialFxInstance GetMaterialFxTemplate | ( | ) |
获取对应的材质模板
| function XEMaterialFxInstance GetWorld | ( | ) |
从节点管理器取出世界指针
| function XEMaterialFxInstance new | ( | pNodeTl | ) |
| XEMaterialFxInstance = {} |