C# Class Universe.Physics.BulletSPlugin.BSActorAvatarMove

Inheritance: BSActor
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
BSActorAvatarMove ( BSScene physicsScene, BSPhysObject pObj, string actorName ) : System
Dispose ( ) : void
Refresh ( ) : void
RemoveBodyDependencies ( ) : void
SetVelocityAndTarget ( OpenMetaverse vel, OpenMetaverse targ, bool inTaintTime, int targetValueDecayTimeScale ) : void

Private Methods

Method Description
ActivateAvatarMove ( ) : void
ComputeStairCorrection ( float stepUp ) : OpenMetaverse.Vector3
DeactivateAvatarMove ( ) : void
Mover ( float timeStep ) : void
Process_OnPreUpdateProperty ( EntityProperties &entprop ) : void
SetVelocityAndTargetInternal ( OpenMetaverse vel, OpenMetaverse targ, bool inTaintTime, int targetValueDecayTimeScale ) : void
WalkUpStairs ( ) : OpenMetaverse.Vector3

Method Details

BSActorAvatarMove() public method

public BSActorAvatarMove ( BSScene physicsScene, BSPhysObject pObj, string actorName ) : System
physicsScene BSScene
pObj BSPhysObject
actorName string
return System

Dispose() public method

public Dispose ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

RemoveBodyDependencies() public method

public RemoveBodyDependencies ( ) : void
return void

SetVelocityAndTarget() public method

public SetVelocityAndTarget ( OpenMetaverse vel, OpenMetaverse targ, bool inTaintTime, int targetValueDecayTimeScale ) : void
vel OpenMetaverse
targ OpenMetaverse
inTaintTime bool
targetValueDecayTimeScale int
return void