EntityInView ( entity,camera )  

Parameters:

entity - entity handle
camera - camera handle

Description:

Returns true if the specified entity is visible to the specified camera.

If the entity is a mesh, its bounding box will be checked for visibility.

For all other types of entities, only their centre position will be checked.

Example:

None.

Index