Api Sandbox PlaneCollider
class

PlaneCollider

public sealed class PlaneCollider : Collider

Defines a plane collider.

Constructors

PlaneCollider()

Properties

Name Type Description
Scale Vector2 The size of the plane, from corner to corner.
Center Vector3 The center of the plane relative to this GameObject.
Normal Vector3 The normal of the plane, determining its orientation.
IsConcave virtual Boolean
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.PlaneCollider