Skip to content

PhysicalBox

Adrien GIVRY edited this page Sep 23, 2020 · 3 revisions

Description

PhysicalObject with a box shape

  • Inherits from: CPhysicalObject
  • C++ related class: CPhysicalBox
  • Lua usertype name: PhysicalBox

Variables

This usertype has no variables

Constructors

Name Input Output Description
new PhysicalBox

Functions

Name Input Output Description
GetSize PhysicalBox: instance
Vector3 Returns the size of the physical box
SetSize PhysicalBox: instance
Vector3: size
Sets the size of the physical box

Operators

This usertype has no operators

Clone this wiki locally