nTextureAnimator Script Interface
ntextureanimator:
Super Class:
C++ Class:
Info
Switch between different textures based on an nRenderContext variable.Commands:
addtexture
- Command Input:
s(Texture path)
- Command Output:
v
- Command Description:
- Add a texture to the array (with index number equal to the number of textures added thus far).
setshaderparam
- Command Input:
s(Texture path)
- Command Output:
v
- Command Description:
- Sets the shader state parameter that will be passed to nAbstractShaderNode::SetTexture.