AlShadingFieldItem
 
 
 

Items for maintaining AlShader parameters.

Synopsis

#include <AlShadingFieldItem.h>
class AlShadingFieldItem : public AlLinkItem
AlShadingFields	field() const;
AlShadingFieldItem*	nextField() const;
AlShadingFieldItem*	prevField() const;

Description

This class is derived from the AlLinkItem class, and is used to maintain one element of a list of parameters which are valid for a particular AlShader, AlTexture, or AlEnvironment.

AlShadingFields AlShadingFieldItem::field() const

Description

Returns the AlShadingFields value for this field.

AlShadingFieldItem* AlShadingFieldItem::nextField() const

Description

Returns the next field in this list of fields. NULL may be returned if there is no next field.

AlShadingFieldItem* AlShadingFieldItem::prevField() const

Description

Returns the prev field in this list of fields. NULL may be returned if there is no prev field.