Constructor
new TextureSizeNode( textureNode : TextureNode, levelNode : Node.<int> )
Constructs a new texture size node.
| textureNode |
A texture node which size should be retrieved. |
| levelNode |
A level node which defines the requested mip. Default is |
Properties
.isTextureSizeNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.textureNode : TextureNode
A texture node which size should be retrieved.