SpaceObject::GetSpaceType
Defined in:  
Returns the specific type of a space.
C4SpaceObjects.hPrototype
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. | 
