<AddChannelModifier> Data Interface

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

Class HierarchyType » Node » Modifier » AddChannelModifier

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32IsColorAttributeReturns true if this object is set to store vertex color attributes.
int32IsDataAttributeReturns true if this object is set to store vertex data attributes.
int32IsNormalAttributeReturns true if this object is set to store vertex normal attributes.
int32IsPositionAttributeReturns true if this object is set to store vertex position attributes.
int32IsTexcoordAttributeReturns true if this object is set to store vertex texture coordinate attributes.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32AttributeGets or sets the data format ( position, color, normal, etc. ) for the <AddChannelModifier>.
int32DimensionGets or sets the dimension of the data format ( 1 - 4 ). For example: texture coordinate data will usually use 2 dimensions, normal data will usually use three dimensions, and color data will usually use 4 dimensions.