C# 클래스 CrisisAtSwissStation.DeathPlatform

상속: BoxObject
파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station

공개 프로퍼티들

프로퍼티 타입 설명
deadCosmo bool

공개 메소드들

메소드 설명
DeathPlatform ( World world, string mytexturename, string objectTexturename, int sprWidth, int sprHeight, int animInt, int myNumFrames ) : System
Draw ( Matrix cameraTransform ) : void
Update ( CASSWorld world, float dt ) : void
reloadNonSerializedAssets ( ) : void

메소드 상세

DeathPlatform() 공개 메소드

public DeathPlatform ( World world, string mytexturename, string objectTexturename, int sprWidth, int sprHeight, int animInt, int myNumFrames ) : System
world Box2DX.Dynamics.World
mytexturename string
objectTexturename string
sprWidth int
sprHeight int
animInt int
myNumFrames int
리턴 System

Draw() 공개 메소드

public Draw ( Matrix cameraTransform ) : void
cameraTransform Matrix
리턴 void

Update() 공개 메소드

public Update ( CASSWorld world, float dt ) : void
world CASSWorld
dt float
리턴 void

reloadNonSerializedAssets() 공개 메소드

public reloadNonSerializedAssets ( ) : void
리턴 void

프로퍼티 상세

deadCosmo 공개적으로 프로퍼티

public bool deadCosmo
리턴 bool