AR_Engine_SDK
|
Functions | |
function XEMaterialFxInstance | new (pNodeTl) end |
function XEMaterialFxInstance | Release () end |
function XEMaterialFxInstance | GetNodeManager () end |
function XEMaterialFxInstance | Apply () end |
function XEMaterialFxInstance | Tick (fInterval) end |
function XEMaterialFxInstance | GetMaterialFxTemplate () end |
function XEMaterialFxInstance | AcceptHolder (pHolder) end |
function XEMaterialFxInstance | AcceptWorld (pWorld) end |
function XEMaterialFxInstance | GetWorld () end |
function XEMaterialFxInstance | GetHolder () end |
Variables | |
XEMaterialFxInstance = {} | |
function XEMaterialFxInstance AcceptHolder | ( | pHolder | ) |
记录持有者Holder指针
pHolder | userdata |
function XEMaterialFxInstance AcceptWorld | ( | pWorld | ) |
function XEMaterialFxInstance Apply | ( | ) |
把已经设置的数据应用到当前实例
function XEMaterialFxInstance GetHolder | ( | ) |
获取持有者Holder指针
function XEMaterialFxInstance GetMaterialFxTemplate | ( | ) |
获取对应的材质模板
function XEMaterialFxInstance GetNodeManager | ( | ) |
获取节点管理器指针
function XEMaterialFxInstance GetWorld | ( | ) |
从节点管理器取出世界指针
function XEMaterialFxInstance new | ( | pNodeTl | ) |
function XEMaterialFxInstance Release | ( | ) |
释放资源
function XEMaterialFxInstance Tick | ( | fInterval | ) |
更新实例
fInterval | number |
XEMaterialFxInstance = {} |