Firelight Technologies FMOD Studio API

Geometry::setActive

Enables or disables an object from being processed in the geometry engine.

C++ Syntax

FMOD_RESULT Geometry::setActive(
  bool active
);

C Syntax

FMOD_RESULT FMOD_Geometry_SetActive(
  FMOD_GEOMETRY *geometry,
  FMOD_BOOL active
);

Parameters

active
true = active, false = not active. Default = true.

Return Values

If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.

See Also




Version 1.03.06 Built on Apr 17, 2014