Gravity Engine 12.0
Unity Asset for Gravity
Loading...
Searching...
No Matches
IPatchedConicChange Interface Reference

Interface that defines a callback to be run when there is a change of the NBody providing the most force on an object. See PatchedConicSOI for details. More...

Inheritance diagram for IPatchedConicChange:
OrbitUniversalSOIChange

Public Member Functions

void OnNewInfluencer (NBody newObject, NBody oldObject)
 Callback from an OrbitPredictor when it performs a change in the object it uses for conic orbit prediction.
 

Detailed Description

Interface that defines a callback to be run when there is a change of the NBody providing the most force on an object. See PatchedConicSOI for details.

Member Function Documentation

◆ OnNewInfluencer()

void IPatchedConicChange.OnNewInfluencer ( NBody  newObject,
NBody  oldObject 
)

Callback from an OrbitPredictor when it performs a change in the object it uses for conic orbit prediction.

Parameters
newObject
oldObject

Implemented in OrbitUniversalSOIChange.


The documentation for this interface was generated from the following file: