Свойство | Тип | Описание | |
---|---|---|---|
gravity | System.Vector3 | ||
timeStepSettings | TimeStepSettings |
Метод | Описание | |
---|---|---|
Add ( IForceUpdateable forceUpdateable ) : void |
Adds a force updateable to the force updater.
|
|
ForceUpdateableBecomingDynamic ( IForceUpdateable updateable ) : void |
Notifies the system that a force updateable is becoming dynamic.
|
|
ForceUpdateableBecomingKinematic ( IForceUpdateable updateable ) : void |
Notifies the system that a force updateable is becoming kinematic.
|
|
ForceUpdater ( TimeStepSettings timeStepSettings ) : System |
Constructs the force updater.
|
|
ForceUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System |
Constructs the force updater.
|
|
Remove ( IForceUpdateable forceUpdateable ) : void |
Removes a force updateable from the force updater.
|
Метод | Описание | |
---|---|---|
UpdateMultithreaded ( ) : void | ||
UpdateSingleThreaded ( ) : void |
Метод | Описание | |
---|---|---|
UpdateObject ( int i ) : void |
public Add ( IForceUpdateable forceUpdateable ) : void | ||
forceUpdateable | IForceUpdateable | Item to add. |
Результат | void |
public ForceUpdateableBecomingDynamic ( IForceUpdateable updateable ) : void | ||
updateable | IForceUpdateable | Updateable changing state. |
Результат | void |
public ForceUpdateableBecomingKinematic ( IForceUpdateable updateable ) : void | ||
updateable | IForceUpdateable | Updateable changing state. |
Результат | void |
public ForceUpdater ( TimeStepSettings timeStepSettings ) : System | ||
timeStepSettings | TimeStepSettings | Time step settings to use. |
Результат | System |
public ForceUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System | ||
timeStepSettings | TimeStepSettings | Time step settings to use. |
threadManager | IThreadManager | Thread manager to use. |
Результат | System |
public Remove ( IForceUpdateable forceUpdateable ) : void | ||
forceUpdateable | IForceUpdateable | Item to remove. |
Результат | void |