![]() |
• Effect Manager |
|
API Links
Developer Links
|
MarkingEffect::NonemptyDefined in:
Returns a boolean value indicating whether a surface marking contains any triangles.
C4Effects.hPrototype
Description
The Nonempty function returns a boolean value indicating whether a surface marking contains any triangles. If the return value is true, then at least one triangle was generated for the surface marking. Otherwise, the surface marking is empty, and it should be deleted. This function is intended to be used when a surface marking is constructed directly—it is not necessary when the MarkingEffect::New function is called.
|