s&box docs

public sealed class Sandbox.PlaneCollider : Sandbox.Collider

Defines a plane collider.

Constructors

Showing 1 constructors

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 Vector2 Sandbox.PlaneCollider.Scale { get; set; }

The size of the plane, from corner to corner.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.PlaneCollider

On this page