C# 클래스 World.Physics.ForwardMovablePhysicalEntity

상속: PhysicalEntity, IForwardMovablePhysicalEntity
파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
ForwardMovablePhysicalEntity ( Vector2 initialPostition, Shape shape, float forwardSpeed, float direction, float rotationSpeed ) : VRageMath

메소드 상세

ForwardMovablePhysicalEntity() 공개 메소드

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