OIS  1.5
Object-oriented Input System
Public Member Functions | Public Attributes | List of all members
OIS::Envelope Class Reference

#include <OISEffect.h>

Inheritance diagram for OIS::Envelope:
OIS::ForceEffect

Public Member Functions

 Envelope ()
 
bool isUsed () const
 
- Public Member Functions inherited from OIS::ForceEffect
virtual ~ForceEffect ()
 

Public Attributes

unsigned int attackLength
 
unsigned short attackLevel
 
unsigned int fadeLength
 
unsigned short fadeLevel
 

Detailed Description

An optional envelope to be applied to the start/end of an effect. If any of these values are nonzero, then the envelope will be used in setting up the effect.

Constructor & Destructor Documentation

◆ Envelope()

OIS::Envelope::Envelope ( )
inline

Member Function Documentation

◆ isUsed()

bool OIS::Envelope::isUsed ( ) const
inline

Member Data Documentation

◆ attackLength

unsigned int OIS::Envelope::attackLength

◆ attackLevel

unsigned short OIS::Envelope::attackLevel

◆ fadeLength

unsigned int OIS::Envelope::fadeLength

◆ fadeLevel

unsigned short OIS::Envelope::fadeLevel

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