Skip to main content

Physics

note

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

Block NameBlockDescription
Get Physics Property

Output different physics property.

  • Use Physics: Boolean value specifying is the object using physics.
  • Is Static: Boolean value specifying is the object static.
  • Use Gravity: Boolean value specifying is the object using gravity.
  • Mass: Number value specifying the mass of the object.
Set Physics Property

Set different physics property.

  • Use Physics: Boolean value specifying is the object using physics.
  • Is Static: Boolean value specifying is the object static.
  • Use Gravity: Boolean value specifying is the object using gravity.
  • Mass: Number value specifying the mass of the object.
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.