Property | Type | Description | |
---|---|---|---|
Logger | Logger |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EnsureFlying ( ) : void | ||
FlightEnabledSlideMover ( IPlayerMover innerMover, IFlightMovementArgs flightMovementArgs ) : System | ||
FlightEnabledSlideMover ( IPlayerMover innerMover, bool forceLanding = false ) : System | ||
ForceLanding ( ) : void | ||
MoveStop ( ) : void | ||
MoveTowards ( Vector3 location ) : void | ||
SetShouldFlyAsync ( bool>.Task |
||
ShouldFlyTo ( Vector3 destination ) : bool |
Method | Description | |
---|---|---|
GameEventsOnMapChanged ( object sender, |
||
ShouldFlyInternal ( Vector3 destination ) : bool |
public FlightEnabledSlideMover ( IPlayerMover innerMover, IFlightMovementArgs flightMovementArgs ) : System | ||
innerMover | IPlayerMover | |
flightMovementArgs | IFlightMovementArgs | |
return | System |
public FlightEnabledSlideMover ( IPlayerMover innerMover, bool forceLanding = false ) : System | ||
innerMover | IPlayerMover | |
forceLanding | bool | |
return | System |
public MoveTowards ( Vector3 location ) : void | ||
location | Vector3 | |
return | void |
public SetShouldFlyAsync ( bool>.Task |
||
customShouldFlyToFunc | bool>.Task | |
return | Task |
public ShouldFlyTo ( Vector3 destination ) : bool | ||
destination | Vector3 | |
return | bool |