Endstar LUA API Documentation
Loading...
Searching...
No Matches
PhysicsComponent Class Reference

Component used for an object to take physics forces. More...

Public Member Functions

void AddImpulse (Context instigator, UnityEngine.Vector3 force)
 Apply a physics force.
 

Detailed Description

Component used for an object to take physics forces.

Member Function Documentation

◆ AddImpulse()

void AddImpulse ( Context instigator,
UnityEngine.Vector3 force )

Apply a physics force.

Parameters
instigatorThe source context triggering this change
forceThe amount of force to apply