FullscreenLayer Class |
Namespace: TouchScript.Layers
public class FullscreenLayer : TouchLayer
The FullscreenLayer type exposes the following members.
Name | Description | |
---|---|---|
FullscreenLayer | Initializes a new instance of the FullscreenLayer class |
Name | Description | |
---|---|---|
Camera |
Target camera if Camera or MainCamera is used.
| |
Delegate |
Gets or sets an object implementing ILayerDelegate to be asked for layer specific actions.
(Inherited from TouchLayer.) | |
Type |
Layer type.
| |
WorldProjectionNormal |
Layers screen to world projection normal.
(Overrides TouchLayerWorldProjectionNormal.) |
Name | Description | |
---|---|---|
addPointer |
Called when a pointer is added.
(Inherited from TouchLayer.) | |
Awake |
Unity Awake callback.
(Overrides TouchLayerAwake.) | |
cancelPointer |
Called when a pointer is cancelled.
(Inherited from TouchLayer.) | |
checkHitFilters |
Checks the hit filters.
(Inherited from TouchLayer.) | |
createProjectionParams |
Creates projection parameters.
(Overrides TouchLayercreateProjectionParams.) | |
GetProjectionParams |
Gets the projection parameters of this layer which might depend on a specific pointer data.
(Inherited from TouchLayer.) | |
Hit |
Checks if a point in screen coordinates hits something in this layer.
(Overrides TouchLayerHit(IPointer, HitData).) | |
OnDestroy |
Unity OnDestroy callback.
(Inherited from TouchLayer.) | |
pressPointer |
Called when a layer is pressed over an object detected by this layer.
(Inherited from TouchLayer.) | |
releasePointer |
Called when a pointer is released.
(Inherited from TouchLayer.) | |
removePointer |
Called when a pointer is removed.
(Inherited from TouchLayer.) | |
setName |
Updates pointer layers's name.
(Overrides TouchLayersetName.) | |
updatePointer |
Called when a pointer is moved.
(Inherited from TouchLayer.) |
Name | Description | |
---|---|---|
PointerBegan |
Occurs when layer determines that a pointer has hit something.
(Inherited from TouchLayer.) |
Name | Description | |
---|---|---|
layerProjectionParams |
The layer projection parameters.
(Inherited from TouchLayer.) | |
manager |
Layer manager.
(Inherited from TouchLayer.) | |
Name |
Pointer layer's name.
(Inherited from TouchLayer.) |