C# 클래스 MoodSwingGame.MSDistrictHall

상속: MSBuilding
파일 보기 프로젝트 열기: verngutz/MoodSwing 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( ) : MSDistrictHall
instantiate ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : void
toString ( ) : string

비공개 메소드들

메소드 설명
MSDistrictHall ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : System

메소드 상세

getInstance() 공개 정적인 메소드

public static getInstance ( ) : MSDistrictHall
리턴 MSDistrictHall

instantiate() 공개 정적인 메소드

public static instantiate ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column ) : void
model String
texture String
effect String
position Vector3
rotation float
row int
column int
리턴 void

toString() 공개 메소드

public toString ( ) : string
리턴 string