public sealed struct Sandbox.Spline.Point
Point that defines part of the spline. Two consecutive points define a segment of the spline. The `Sandbox.Spline.Point.Position`, `Sandbox.Spline.Point.In`/`Sandbox.Spline.Point.Out` Handles and / properties are used to define the shape of the spline. P1 (Position) P1 (In) ▼ P1 (Out) o──────═══X═══──────o ───/ \─── ──/ \── -/ \- / \ | | P0 X X P2
Related Guides
Broader workflow and conceptual references connected to this API.
A Vector is just a set of numbers that describe a position or a direction in space.
We implement Recast Navigation in s&box, the industry standard for navmesh generation and navigation agents. It's used in Unreal, Unity and Godot. So if it seems familiar, that's why.
Sampler states control how textures are sampled in shaders, how they're filtered and addressed.
ScreenSpace::Trace provides functionality for tracing rays in screen space to compute effects like Dynamic Reflections or any kind of ray in world space. It leverages hierarchical ray marching for efficient performance.
Constructors
Showing 1 constructors
public Point()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Spline.Point |