C# 클래스 Specimen.Components.CRender

상속: VeeEntity.Component
파일 보기 프로젝트 열기: SuperV1234/Specimen 1 사용 예제들

공개 메소드들

메소드 설명
Added ( ) : void
CRender ( SPGame mGame, CBody mCBody, string mTextureName, string mTilesetName = null, string mLabelName = null, float mRotation ) : SFML.Graphics
Removed ( ) : void
Update ( float mFrameTime ) : void

비공개 메소드들

메소드 설명
Draw ( ) : void

메소드 상세

Added() 공개 메소드

public Added ( ) : void
리턴 void

CRender() 공개 메소드

public CRender ( SPGame mGame, CBody mCBody, string mTextureName, string mTilesetName = null, string mLabelName = null, float mRotation ) : SFML.Graphics
mGame SPGame
mCBody CBody
mTextureName string
mTilesetName string
mLabelName string
mRotation float
리턴 SFML.Graphics

Removed() 공개 메소드

public Removed ( ) : void
리턴 void

Update() 공개 메소드

public Update ( float mFrameTime ) : void
mFrameTime float
리턴 void