 | 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.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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