AddForce

Method

Add a force to the avatar's rigidbody. This is different from ragdoll force, and just affects the avatar's character controller.

Definition

void AddForce(Vector3 force)
void AddForce(Vector3 force)

Parameters

ParameterDescription
Vector3 force