Skip to content
jsutlive edited this page Apr 21, 2023 · 3 revisions

class Force

Abstract class

extends Component

implements N/A

Introduction

Force is a component which assigns Vectors representing forces to nodes indicating how they should change position per frame update

Fields

None

Methods

Accessibility Return Type Method Name Description
public void addForceToBody adds force to implementer of the IRigidbody interface
public, static Vector limitForce returns a vector equal in direction to the inputted force vector with magnitude limited by a given constant
Clone this wiki locally