메소드 | 설명 | |
---|---|---|
Wheel ( |
Constructs a new wheel. The WheelSlidingFriction, WheelBrake, WheelSuspension, and WheelDrivingMotor should be configured prior to using this wheel.
|
|
Wheel ( |
Constructs a new wheel.
|
메소드 | 설명 | |
---|---|---|
ApplyImpulse ( ) : bool |
Applies impulses and returns whether or not this wheel should be updated more.
|
|
ExclusiveUpdate ( ) : void | ||
FindSupport ( ) : void | ||
OnAddedToVehicle ( |
||
OnAdditionToSpace ( ISpace space ) : void | ||
OnRemovalFromSpace ( ISpace space ) : void | ||
OnRemovedFromVehicle ( ) : void | ||
PreStep ( float dt ) : void | ||
UpdateAtEndOfFrame ( float dt ) : void | ||
UpdateAtEndOfUpdate ( float dt ) : void | ||
UpdateDuringForces ( float dt ) : void | ||
UpdateSolverActivity ( ) : void |
public Wheel ( |
||
shape | Shape of the wheel. | |
리턴 | System |
public Wheel ( |
||
shape | Shape of the wheel. | |
suspension | Springy support of the vehicle. | |
motor | Driving force for the wheel. | |
rollingFriction | Friction force resisting the forward and backward motion of the wheel. | |
slidingFriction | Friction force resisting the side to side motion of the wheel. | |
리턴 | System |