C# 클래스 BasicPhysic2D.MouseBehavior

상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/Samples

공개 프로퍼티들

프로퍼티 타입 설명
ConnectedEntity System.Entity
TouchPosition System.Vector2
mouseJoint MouseJoint2D

보호된 메소드들

메소드 설명
DefaultValues ( ) : void

Default values method

ResolveDependencies ( ) : void

Resolve dependencies method

Update ( System.TimeSpan gameTime ) : void

Update method

메소드 상세

DefaultValues() 보호된 메소드

Default values method
protected DefaultValues ( ) : void
리턴 void

ResolveDependencies() 보호된 메소드

Resolve dependencies method
protected ResolveDependencies ( ) : void
리턴 void

Update() 보호된 메소드

Update method
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
리턴 void

프로퍼티 상세

ConnectedEntity 공개적으로 프로퍼티

public Entity,System ConnectedEntity
리턴 System.Entity

TouchPosition 공개적으로 프로퍼티

public Vector2,System TouchPosition
리턴 System.Vector2

mouseJoint 공개적으로 프로퍼티

public MouseJoint2D mouseJoint
리턴 MouseJoint2D