API ReferenceSandbox
public sealed class Sandbox.PlaneCollider : Sandbox.Collider
Defines a plane collider.
Constructors
Showing 1 constructors
public PlaneCollider()
No results match this filter.
Properties
Showing 4 properties
public Vector3 Sandbox.PlaneCollider.Center { get; set; }
The center of the plane relative to this GameObject.
public virtual bool Sandbox.PlaneCollider.IsConcave { get; set; }
public Vector3 Sandbox.PlaneCollider.Normal { get; set; }
The normal of the plane, determining its orientation.
public Vector2 Sandbox.PlaneCollider.Scale { get; set; }
The size of the plane, from corner to corner.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PlaneCollider |