C# 클래스 GridScript, ProjetDUT

상속: MonoBehaviour
파일 보기 프로젝트 열기: lutrampal/ProjetDUT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
As UnityEngine.AudioSource
ground1 Object
ground2 Object
ground3 Object
height int
wall Object
width int

공개 메소드들

메소드 설명
Start ( ) : void
pauseGame ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

pauseGame() 공개 메소드

public pauseGame ( ) : void
리턴 void

프로퍼티 상세

As 공개적으로 프로퍼티

public AudioSource,UnityEngine As
리턴 UnityEngine.AudioSource

ground1 공개적으로 프로퍼티

public Object ground1
리턴 Object

ground2 공개적으로 프로퍼티

public Object ground2
리턴 Object

ground3 공개적으로 프로퍼티

public Object ground3
리턴 Object

height 공개적으로 프로퍼티

public int height
리턴 int

wall 공개적으로 프로퍼티

public Object wall
리턴 Object

width 공개적으로 프로퍼티

public int width
리턴 int