C# Class World.Physics.ForwardMovablePhysicalEntity

Inheritance: PhysicalEntity, IForwardMovablePhysicalEntity
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
ForwardMovablePhysicalEntity ( Vector2 initialPostition, Shape shape, float forwardSpeed, float direction, float rotationSpeed ) : VRageMath

Method Details

ForwardMovablePhysicalEntity() public méthode

public ForwardMovablePhysicalEntity ( Vector2 initialPostition, Shape shape, float forwardSpeed, float direction, float rotationSpeed ) : VRageMath
initialPostition Vector2
shape Shape
forwardSpeed float
direction float
rotationSpeed float
Résultat VRageMath