![]() |
Public API Reference |
#include <emit.h>
Inheritance diagram for iEmitCone:
Public Methods | |
virtual void | SetContent (const csVector3 &origin, float elevation, float azimuth, float aperture, float min, float max)=0 |
Set content, origin, elevation, azimuth, aperture(opening), and distance min, distance max from the origin of the cone. More... | |
virtual void | GetContent (csVector3 &origin, float &elevation, float &azimuth, float &aperture, float &min, float &max)=0 |
get content. More... |
Definition at line 74 of file emit.h.
|
get content.
|
|
Set content, origin, elevation, azimuth, aperture(opening), and distance min, distance max from the origin of the cone.
|