Click or drag to resize
DigitalRuneOcclusionCullingStatistics Class
Provides statistics about the occlusion culling process.
Inheritance Hierarchy
SystemObject
  DigitalRune.Graphics.RenderingOcclusionCullingStatistics

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public class OcclusionCullingStatistics

The OcclusionCullingStatistics type exposes the following members.

Constructors
  NameDescription
Public methodOcclusionCullingStatistics
Initializes a new instance of the OcclusionCullingStatistics class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyObjectsCulled
Gets the number of objects that were occluded in the last query.
Public propertyObjectsTotal
Gets the total number of objects that were tested in the last query.
Public propertyObjectsVisible
Gets the number of objects that were visible in the last query.
Public propertyOccluders
Gets the number of occluders.
Public propertyShadowCastersCulled
Gets the number of shadow casters that were culled in the last query.
Public propertyShadowCastersTotal
Gets the total number of shadow casters that were tested in the last query.
Public propertyShadowCastersVisible
Gets the total number of shadow casters that were visible in the last query.
Top
See Also