GetScriptTexture()
语法
Result = GetScriptTexture(#Texture, Name$)概要
Get a texture defined in an OGRE script file. Scripts are loaded and parsed when calling Parse3DScripts().
参数
#Texture A number to identify the new texture. #PB_Any can be used to auto-generate this number. Name$ The name of the texture in the script files.
返回值
Nonzero if the texture was successfully created, zero otherwise. If #PB_Any was used for the #Texture parameter then the generated number is returned on success.
已支持操作系统
所有