<SamplerPaletteNode> Data Interface

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

Class HierarchyType » Node » Group » SamplerPaletteNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddParameterSetAdds a set of match parameters. Please see SamplerMatchParams in TYPE_SERVICE_ENUMERATION_UTIL.SSL for more information.
int32ClearMatchParamsClears all match parameters.
int32GetMatchParameterReturns the match state ( true or false ) of the match parameter at the specified index.
int32GetSamplerCountReturns the number of match parameter sets.
int32GetSamplersPopulates a <NodeBuffer> with non-owning pointers to any child samplers.
int32InsertParameterSetInserts a set of match parameters at the specified index.
int32RemoveParameterSetRemoves the match parameters at the specified index.
int32SetMatchParameterSets a match parameter at the specified index.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Program>SourceProgramReturns a pointer to the <Program> for which this <Node> specifies sampler bindings.
<Node>SourceProgramLinkReturns a pointer to the <Program> for which this <Node> specifies sampler bindings.
<Node>SourceTexturePaletteReturns a pointer to the <TexturePaletteNode> containing the <Texture> nodes to be bound.
<Node>SourceTexturePaletteLinkReturns a pointer to the <TexturePaletteNode> containing the <Texture> nodes to be bound.
int32IsBasePaletteReturns true if this is a base palette, which means it contains match parameters to which other SamplerPaletteNodes must conform.