Tesla Graphics Engine Documentation (January 2012)
SceneHints Class
TeslaTesla.SceneSceneHints
SceneHints is a collection of enumerations that are used to evaluate a Spatial in the scene graph. These properties can be inherited from the Spatial's parent, if the local hint is set to inherit.
Declaration Syntax
C#
public sealed class SceneHints : ISavable
Members
All Members Constructors Methods Properties



Icon Member Description
SceneHints(IHintable)
Creates a new scene hints object with the specified source hintable.

CullHint
Gets or sets the CullHint. If the local hint is set to Inherit, then this is influenced by the parent hintable.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsCollidable
Gets if the Spatial can be used in collision tests.

IsPickable
Gets if the Spatial can be used in picking tests.

LightCombineHint
Gets or sets the LightCombineHint. If the local is set to Inherit, then this is influenced by the parent hintable.

OrthoOrder
Gets or sets the ortho order of the Spatial, this is used for when the spatial is to be drawn using the RenderBucketType.Ortho mode. The spatial's parent does not influence this.

PickingHint
Gets or sets the PickingHint. If the local is set to Inherit, then this is influenced by the parent hintable.

Read(ISavableReader)
Deserializes this SceneHints.

RenderBucketType
Gets or sets the RenderBucketType. If the local is set to Inherit, then this is influenced by the parent hintable.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransparencyType
Gets or sets the TransparencyType. If the local is set to Inherit, then this is influenced by the parent hintable.

Write(ISavableWriter)
Serializes this SceneHints.

Inheritance Hierarchy
Object
SceneHints

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)