C# Class World.Physics.ForwardMovablePhysicalEntity

Inheritance: PhysicalEntity, IForwardMovablePhysicalEntity
Exibir arquivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
ForwardMovablePhysicalEntity ( Vector2 initialPostition, Shape shape, float forwardSpeed, float direction, float rotationSpeed ) : VRageMath

Method Details

ForwardMovablePhysicalEntity() public method

public ForwardMovablePhysicalEntity ( Vector2 initialPostition, Shape shape, float forwardSpeed, float direction, float rotationSpeed ) : VRageMath
initialPostition Vector2
shape Shape
forwardSpeed float
direction float
rotationSpeed float
return VRageMath