CameraExtensions Class

Summary

Extensions for CameraComponent.
Namespace
StrideToolkit.Engine
Base Types
  • object
graph BT Type-->Base0["object"] Type["CameraExtensions"] class Type type-node

Syntax

public static class CameraExtensions

Methods

Name Value Summary
ScreenToWorldPoint(CameraComponent, Vector3) Vector3
Converts the screen position to a point in world coordinates.
static
ScreenToWorldPoint(CameraComponent, Vector3, Vector3) void
Converts the screen position to a point in world coordinates.
static
ScreenToWorldRaySegment(CameraComponent, Vector2) RaySegment
Converts the screen position to a RaySegment in world coordinates.
static
ScreenToWorldRaySegment(CameraComponent, Vector2, RaySegment) void
Converts the screen position to a RaySegment in world coordinates.
static
WorldToClip(CameraComponent, Vector3) Vector3
Converts the world position to clip space coordinates relative to camera.
static
WorldToClip(CameraComponent, Vector3, Vector3) void
Converts the world position to clip space coordinates relative to camera.
static
WorldToScreenPoint(CameraComponent, Vector3) Vector3
Converts the world position to screen space coordinates relative to camera.
static
WorldToScreenPoint(CameraComponent, Vector3, Vector3) void
Converts the world position to screen space coordinates relative to camera.
static