Class in Zendir.Universe | Inherits from UniverseModel

Declaration

class AtmosphereModel;

Description

The atmosphere model will be able to detect the presence of the atmosphere and will be able to compute the drag and temperature values at the current location of the object.


Properties

DeclaredDescription
In_TransformMsgA reference to the transform message that contains information about thecurrent position of the object in the simulation.
Out_AtmosphereMsgA message that contains all the information about the atmosphere at thecurrent location.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.