• Add an impulse force on the Rigidbody attached on the GameObject, using its mass.

    Usage of all physics functions under the Physics category requires calling apply_rigidbody first on the applied game objects.

    Parameters

    • gameObjectIdentifier: GameObjectIdentifier

      The identifier for the GameObject that you want to add the force.

    • force: Vector3

    Returns void

Generated using TypeDoc