IsPhysicalObjectFixedUpdate Method |
Notifies that the fixed rate frame is being handled.
Namespace:
KSPDev.KSPInterfaces
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
Remarks
This method is called by Unity via reflections, so it's not required to implement the
interface to get notified. Though, it's a good idea to implement this interface in the
objects and modules that need the physics updates. It makes the code more readable.
See Also