Skip to main content

Physics

note

Physics Blocks are available for all objects except for the Scene and Light object.

Block NameBlockDescription
Set Static

Set the static property of the physics object.

  • Is Static: Boolean value setting the object to static or not static.
Add Force

Add an external force to the object with the specified force vector

  • Force: Vector3 value specifying the force direction.
  • Relative: Boolean value specifying whether the force is relative to the object's local coordinates or not.
Set Mass

Set the mass of the physics object.

  • Mass: Number value specifying the mass.
Set Use Gravity

Set the gravity property of the physics object.

  • Enable: Boolean value setting the object to use gravity or not use gravity.
Set Use Physics

Set the physics property of the object.

  • Enable: Boolean value setting the object to use physcis or not use physics.