C# Class Protogame.PhysicalRotationConstraintComponent

Inheritance: IUpdatableComponent, IServerUpdatableComponent, IEnabledComponent
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
PhysicalRotationConstraintComponent ( [ physicalComponent ) : System
Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void
Update ( Protogame.ComponentizedEntity entity, IServerContext serverContext, IUpdateContext updateContext ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

PhysicalRotationConstraintComponent() public method

public PhysicalRotationConstraintComponent ( [ physicalComponent ) : System
physicalComponent [
return System

Update() public method

public Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void
entity Protogame.ComponentizedEntity
gameContext IGameContext
updateContext IUpdateContext
return void

Update() public method

public Update ( Protogame.ComponentizedEntity entity, IServerContext serverContext, IUpdateContext updateContext ) : void
entity Protogame.ComponentizedEntity
serverContext IServerContext
updateContext IUpdateContext
return void