SceneDisplayCondition Class |
Namespace: AGI.Foundation.Graphics
The SceneDisplayCondition type exposes the following members.
Name | Description | |
---|---|---|
SceneDisplayCondition |
Initializes a default scene display condition. When this
display condition is assigned to an object, such as a
primitive,
the object can be restricted to only
render
in certain scenes. Call SetDisplayInScene(Scene, Boolean) or DisplayOnlyInScene(Scene)
to limit the scenes.
|
Name | Description | |
---|---|---|
DisplayOnlyInScene |
Allows
rendering
only in the given scene. The display condition
will not allow rendering in other scenes, including newly created ones.
| |
Dispose | (Inherited from DisplayCondition.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDisplayInScene |
Determines whether the display condition allows rendering
rendering
in the given scene.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetDisplayInScene |
Allows or disallows
rendering
for in a particular scene for.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |