C# Class Cursor

Inheritance: MovingObject
Datei anzeigen Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Properties

Property Type Description
CursorText UnityEngine.TextMesh
UILayerMask LayerMask

Public Methods

Method Description
RayCastUI ( Vector3 &hitPos, Vector3 &hitNormal, Button, &hitButton ) : bool

Protected Methods

Method Description
CalculateRayIntersect ( ) : RaycastResult
LateUpdate ( ) : void

Method Details

CalculateRayIntersect() protected method

protected CalculateRayIntersect ( ) : RaycastResult
return RaycastResult

LateUpdate() protected method

protected LateUpdate ( ) : void
return void

RayCastUI() public method

public RayCastUI ( Vector3 &hitPos, Vector3 &hitNormal, Button, &hitButton ) : bool
hitPos Vector3
hitNormal Vector3
hitButton Button,
return bool

Property Details

CursorText public_oe property

public TextMesh,UnityEngine CursorText
return UnityEngine.TextMesh

UILayerMask public_oe property

public LayerMask UILayerMask
return LayerMask