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 |
Vector3 |
Converts the screen position to a point in world coordinates.
static
|
| ScreenToWorldPoint |
void |
Converts the screen position to a point in world coordinates.
static
|
| Screen |
RaySegment |
Converts the screen position to a
RaySegment in world coordinates.
static
|
| Screen |
void |
Converts the screen position to a
RaySegment in world coordinates.
static
|
| WorldToClip |
Vector3 |
Converts the world position to clip space coordinates relative to camera.
static
|
| WorldToClip |
void |
Converts the world position to clip space coordinates relative to camera.
static
|
| WorldToScreenPoint |
Vector3 |
Converts the world position to screen space coordinates relative to camera.
static
|
| WorldToScreenPoint |
void |
Converts the world position to screen space coordinates relative to camera.
static
|
