C# 클래스 geek.GameEngine.Behaviours.BezierMovementBehaviour

Lets an object move along a bezier curve.
상속: IBehaviour
파일 보기 프로젝트 열기: impworks/xna.geek.engine

공개 메소드들

메소드 설명
BezierMovementBehaviour ( ) : System
BezierMovementBehaviour ( IEnumerable points ) : System
Reverse ( ) : void

Reverse the movement along the curve.

UpdateObjectState ( DynamicObject obj ) : void

비공개 메소드들

메소드 설명
reset ( ) : void

Reinitialize the properties of the bezier curve path.

메소드 상세

BezierMovementBehaviour() 공개 메소드

public BezierMovementBehaviour ( ) : System
리턴 System

BezierMovementBehaviour() 공개 메소드

public BezierMovementBehaviour ( IEnumerable points ) : System
points IEnumerable
리턴 System

Reverse() 공개 메소드

Reverse the movement along the curve.
public Reverse ( ) : void
리턴 void

UpdateObjectState() 공개 메소드

public UpdateObjectState ( DynamicObject obj ) : void
obj geek.GameEngine.Visuals.DynamicObject
리턴 void