Tesla Graphics Engine Documentation (January 2012)
PickingHint Enumeration
TeslaTesla.ScenePickingHint
Picking hints for how the engine will treat the scene graph Spatials during picking/collision queries.
Declaration Syntax
C#
public enum PickingHint
Members
Member Description
Inherit Do what the parent does.
Pickable Spatial can be included in picking tests.
Collidable Spatial can be included in collision tests.
PickableAndCollidable Spatial can be included in both picking and collision tests.
None Spatial will not be included in either picking or collision tests.

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