Click or drag to resize

StandardLayer Properties

The StandardLayer type exposes the following members.

Properties
  NameDescription
Public propertyDelegate
Gets or sets an object implementing ILayerDelegate to be asked for layer specific actions.
(Inherited from TouchLayer.)
Public propertyHit2DObjects
Indicates that the layer should look for 2D objects in the scene. Set this to false to optimize hit processing.
Public propertyHit3DObjects
Indicates that the layer should look for 3D objects in the scene. Set this to false to optimize hit processing.
Public propertyHitScreenSpaceUI
Indicates that the layer should look for Screen Space UI objects in the scene. Set this to false to optimize hit processing.
Public propertyHitWorldSpaceUI
Indicates that the layer should look for World UI objects in the scene. Set this to false to optimize hit processing.
Public propertyLayerMask
Gets or sets the layer mask which is used to select layers which should be touchable from this layer.
Public propertyUseHitFilters
Indicates that the layer should query for HitTest components on target objects. Set this to false to optimize hit processing.
Public propertyWorldProjectionNormal
Layers screen to world projection normal.
(Overrides TouchLayerWorldProjectionNormal.)
Top
See Also