C# Class TouchScript.Layers.UILayer

Inheritance: TouchScript.Layers.TouchLayer
Afficher le fichier Open project: TouchScript/TouchScript Class Usage Examples

Méthodes publiques

Méthode Description
GetProjectionParams ( TouchPoint touch ) : TouchScript.Layers.ProjectionParams
Hit ( Vector2 position, TouchScript.Hit.TouchHit &hit ) : LayerHitResult

Méthodes protégées

Méthode Description
Awake ( ) : void
lateAwake ( ) : IEnumerator
setName ( ) : void

Private Methods

Méthode Description
doHit ( RaycastResult raycastHit, TouchScript.Hit.TouchHit &hit ) : HitTest.ObjectHitResult

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

GetProjectionParams() public méthode

public GetProjectionParams ( TouchPoint touch ) : TouchScript.Layers.ProjectionParams
touch TouchPoint
Résultat TouchScript.Layers.ProjectionParams

Hit() public méthode

public Hit ( Vector2 position, TouchScript.Hit.TouchHit &hit ) : LayerHitResult
position Vector2
hit TouchScript.Hit.TouchHit
Résultat LayerHitResult

lateAwake() protected méthode

protected lateAwake ( ) : IEnumerator
Résultat IEnumerator

setName() protected méthode

protected setName ( ) : void
Résultat void