C# 클래스 MiniGame_DodgeAsteroids, otterspace

상속: MiniGame
파일 보기 프로젝트 열기: dimo2/otterspace

공개 프로퍼티들

프로퍼티 타입 설명
asteroid1Prefab GameObject
asteroid2Prefab GameObject
asteroid3Prefab GameObject
finishPrefab GameObject
landscape0Prefab GameObject
landscape1Prefab GameObject
landscape2Prefab GameObject
landscape3Prefab GameObject
landscape4Prefab GameObject
mondPrefab GameObject
otterUfoPrefab GameObject
publicTimeFactor float
starPrefab GameObject
timeToAppear float
ufoScript MiniGame_DA_OtterUfo,

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

asteroid1Prefab 공개적으로 프로퍼티

public GameObject asteroid1Prefab
리턴 GameObject

asteroid2Prefab 공개적으로 프로퍼티

public GameObject asteroid2Prefab
리턴 GameObject

asteroid3Prefab 공개적으로 프로퍼티

public GameObject asteroid3Prefab
리턴 GameObject

finishPrefab 공개적으로 프로퍼티

public GameObject finishPrefab
리턴 GameObject

landscape0Prefab 공개적으로 프로퍼티

public GameObject landscape0Prefab
리턴 GameObject

landscape1Prefab 공개적으로 프로퍼티

public GameObject landscape1Prefab
리턴 GameObject

landscape2Prefab 공개적으로 프로퍼티

public GameObject landscape2Prefab
리턴 GameObject

landscape3Prefab 공개적으로 프로퍼티

public GameObject landscape3Prefab
리턴 GameObject

landscape4Prefab 공개적으로 프로퍼티

public GameObject landscape4Prefab
리턴 GameObject

mondPrefab 공개적으로 프로퍼티

public GameObject mondPrefab
리턴 GameObject

otterUfoPrefab 공개적으로 프로퍼티

public GameObject otterUfoPrefab
리턴 GameObject

publicTimeFactor 공개적으로 프로퍼티

public float publicTimeFactor
리턴 float

starPrefab 공개적으로 프로퍼티

public GameObject starPrefab
리턴 GameObject

timeToAppear 공개적으로 프로퍼티

public float timeToAppear
리턴 float

ufoScript 공개적으로 프로퍼티

public MiniGame_DA_OtterUfo, ufoScript
리턴 MiniGame_DA_OtterUfo,