C# Class Cursor

Inheritance: MovingObject
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
CursorText UnityEngine.TextMesh
UILayerMask LayerMask

Méthodes publiques

Méthode Description
RayCastUI ( Vector3 &hitPos, Vector3 &hitNormal, Button, &hitButton ) : bool

Méthodes protégées

Méthode Description
CalculateRayIntersect ( ) : RaycastResult
LateUpdate ( ) : void

Method Details

CalculateRayIntersect() protected méthode

protected CalculateRayIntersect ( ) : RaycastResult
Résultat RaycastResult

LateUpdate() protected méthode

protected LateUpdate ( ) : void
Résultat void

RayCastUI() public méthode

public RayCastUI ( Vector3 &hitPos, Vector3 &hitNormal, Button, &hitButton ) : bool
hitPos Vector3
hitNormal Vector3
hitButton Button,
Résultat bool

Property Details

CursorText public_oe property

public TextMesh,UnityEngine CursorText
Résultat UnityEngine.TextMesh

UILayerMask public_oe property

public LayerMask UILayerMask
Résultat LayerMask