API ReferenceSandbox
PlaneColliderclass
Defines a plane collider.
Constructors1
Showing 1 constructors
public PlaneCollider()
No results match this filter.
Properties4
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; }
Returns:
bool—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.