C# 클래스 PrinceGame.ClosePlate

상속: Tile
파일 보기 프로젝트 열기: salvadorc17/Prince-Monogame

공개 프로퍼티들

프로퍼티 타입 설명
elapsedTimeOpen float
switchButton int
timeOpen float

공개 메소드들

메소드 설명
ClosePlate ( RoomNew room, Microsoft.Xna.Framework.Content.ContentManager Content, Enumeration tileType, Enumeration state, int switchButton, Enumeration NextTileType__1 ) : System
DePress ( ) : void
Normal ( ) : void
Press ( ) : void

메소드 상세

ClosePlate() 공개 메소드

public ClosePlate ( RoomNew room, Microsoft.Xna.Framework.Content.ContentManager Content, Enumeration tileType, Enumeration state, int switchButton, Enumeration NextTileType__1 ) : System
room RoomNew
Content Microsoft.Xna.Framework.Content.ContentManager
tileType Enumeration
state Enumeration
switchButton int
NextTileType__1 Enumeration
리턴 System

DePress() 공개 메소드

public DePress ( ) : void
리턴 void

Normal() 공개 메소드

public Normal ( ) : void
리턴 void

Press() 공개 메소드

public Press ( ) : void
리턴 void

프로퍼티 상세

elapsedTimeOpen 공개적으로 프로퍼티

public float elapsedTimeOpen
리턴 float

switchButton 공개적으로 프로퍼티

public int switchButton
리턴 int

timeOpen 공개적으로 프로퍼티

public float timeOpen
리턴 float