Universe.Physics.BulletSPlugin.BSAPITemplate.SetInterpolationVelocity C# (CSharp) Method

SetInterpolationVelocity() public abstract method

public abstract SetInterpolationVelocity ( BulletBody obj, System.Vector3 linearVel, System.Vector3 angularVel ) : void
obj BulletBody
linearVel System.Vector3
angularVel System.Vector3
return void
        public abstract void SetInterpolationVelocity(BulletBody obj, Vector3 linearVel, Vector3 angularVel);
BSAPITemplate