IAreaShadowType Class Reference
 
 
 
IAreaShadowType Class Reference

#include <shadgen.h>

Inheritance diagram for IAreaShadowType:
BaseInterface InterfaceServer MaxHeapOperators

Public Member Functions

virtual AreaShadowGenerator CreateAreaShadowGenerator (LightObject *l, ObjLightDesc *ld, ULONG flags)=0
virtual void  EnableAreaUI (bool onoff)
virtual float  GetLength (TimeValue t)
virtual void  SetLength (TimeValue t, float w)
virtual float  GetWidth (TimeValue t)
virtual void  SetWidth (TimeValue t, float w)

Member Function Documentation

virtual AreaShadowGenerator* CreateAreaShadowGenerator ( LightObject l,
ObjLightDesc ld,
ULONG  flags 
) [pure virtual]
virtual void EnableAreaUI ( bool  onoff ) [inline, virtual]
virtual float GetLength ( TimeValue  t ) [inline, virtual]
{ return 0.0f; }
virtual void SetLength ( TimeValue  t,
float  w 
) [inline, virtual]
virtual float GetWidth ( TimeValue  t ) [inline, virtual]
{ return 0.0f; }
virtual void SetWidth ( TimeValue  t,
float  w 
) [inline, virtual]