<TextureLayoutNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » TextureLayoutNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetChildTexturesPopulates a <List> object with non-owning pointers to all child <Texture> nodes.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Node>TargetTextureGets or sets the <Texture> node being composited by the <TextureLayoutNode>.
stringFilePathGets or sets the file path of the <Texture> being composited by the <TextureLayoutNode>. This value does not have to be set if the <TextureLayoutNode> refers directly to a <Texture> node.
int32ImageHeightGets or sets this <Node> object's image height parameter.
int32ImageWidthGets or sets this <Node> object's image width parameter.
int32LayerCountGets or sets the number of <Texture> layers being composited by the <TextureLayoutNode>.
int32PixelFormatGets or sets the pixel format of the <Texture> being composited by the <TextureLayoutNode>. This value refers to the Image_Pixel_Format enumeration. Please see 'IPF' in TYPE_SERVICE_ENUMERATION_UTIL.SSL.