Space::GetSpaceType
Defined in:
Returns the specific type of a space.
C4Spaces.h
Prototype
SpaceType GetSpaceType(void) const;
Description
The GetSpaceType
function returns the specific space type, which can be one of the following constants.
kSpaceFog |
Fog space. |
kSpaceShadow |
Shadow space. |
kSpaceIlluminance |
Illuminance space. |
kSpaceAcoustics |
Acoustics space. |
kSpaceOcclusion |
Occlusion space. |
kSpacePaint |
Paint space. |
kSpacePhysics |
Physics space. |
kSpaceVisual |
Visual space. |