IGravitasSubject
Interface in Gravitas namespace
Interface in Gravitas namespace
Represents an implementation of a subject that can enter and exit Gravitas fields.
Read-Only
The GameObject this subject implementation is associated with.
Read-Only
The body this subject implementation is associated with.
Read-Only
The field this subject is currently within.
Read-Only
The absolute world space angular velocity of this subject's body.
Read-Only
The absolute world space velocity of this subject's body.
Read-Only
The speed at which this subject should orient itself.
Read-Only
Whether or not this subject will orient itself to gravitational force acting on it.
Read-Only
Whether or not this subject can change fields at the moment.
Read-Only
Whether or not this subject will attempt to right itself when it lands.
Called when this subject enters a new field using the field as the argument.
Called when this subject exits a field using the field as the argument.
Adds a request to change field to be processed by this subject.
fieldChangeRequest The request to enqueue.
Called when this subject enters the given field.
field The field this subject is entering.
Called when this subject exits the given field.
field The field this subject is exiting.
Sets the value of this subject's re-orienting timer.
time The time value to set.