deSkinPropertyValue Class Reference

Skin Texture Value Property. More...

#include <deSkinPropertyValue.h>

Inheritance diagram for deSkinPropertyValue:
deSkinProperty

List of all members.

Public Member Functions

Constructors and Destructors
 deSkinPropertyValue (int type)
 Creates a new named skin property with the given type.
virtual ~deSkinPropertyValue ()
 Cleans up the skin property.
Management
float GetValue () const
 Retrieves the value.
void SetValue (float value)
 Sets the value.
Visiting
virtual void Visit (deSkinPropertyVisitor *visitor)
 Visits the property.

Detailed Description

Skin Texture Value Property.

Defines a value property of a skin texture.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deSkinPropertyValue::deSkinPropertyValue ( int  type )

Creates a new named skin property with the given type.

Parameters:
typeType of the skin property obtained from adding a property name to the texture property map object held by the engine.
virtual deSkinPropertyValue::~deSkinPropertyValue (  ) [virtual]

Cleans up the skin property.


Member Function Documentation

float deSkinPropertyValue::GetValue (  ) const [inline]

Retrieves the value.

void deSkinPropertyValue::SetValue ( float  value )

Sets the value.

virtual void deSkinPropertyValue::Visit ( deSkinPropertyVisitor visitor ) [virtual]

Visits the property.

Parameters:
visitorVisitor to use.

Reimplemented from deSkinProperty.


The documentation for this class was generated from the following file: