07-23-2025, 02:22 PM
Force is just some value added to velocity. So in a script it would be something like:
Code:
tf.SetVel(sInx, tf.GetVel(sInx) + forceVector);
C# script--set force?
|
Messages In This Thread |
C# script--set force? - by jcjworks - 07-19-2025, 07:46 PM
RE: C# script--set force? - by tyFlow - 07-23-2025, 02:22 PM
RE: C# script--set force? - by jcjworks - 07-24-2025, 06:07 AM
|