Skip to content

RectanglePoints.cs

Matthew Coulter edited this page Aug 17, 2022 · 1 revision

RectanglePoints

class/ Inherits from:MonoBehaviour

Description

This class is responsible for calculating various points that on a 3D Box

Public Properties

Property Description Type
height The Height of the box float
width The Width of the box float
depth The Depth of the box float
bottom The Bottom Middle of the box Vector3
left The Left Middle of the box Vector3
backleft The Bottom Left of the box Vector3
frontLeft The Front Left of the box Vector3
localFrontLeft The Bottom Left of the box Vector3