Click or drag to resize
HyperTextRaycast Method
A custom raycast callback to determine if the pointer position is over a link, as well as manage some logic related to link states.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override bool Raycast(
	Vector2 pointerPosition,
	Camera eventCamera
)

Parameters

pointerPosition
Type: Vector2
Pointer position.
eventCamera
Type: Camera
Event camera.

Return Value

Type: Boolean
, if pointer position is over this object; otherwise, .
See Also