C# 클래스 AliensWave, SpaceInvadersRemake

Represents an alien wave. > In the classic formation is a grid with 6 columns x 6 rows of aliens.
상속: Vexe.Runtime.Types.BetterBehaviour
파일 보기 프로젝트 열기: skahal/SpaceInvadersRemake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlienDeployEasyTime float
AlienDeployEasyType iTween.EaseType
AlienDeployInterval float
AlienDeployStartPosition Vector3
AlienMoveSounds UnityEngine.AudioClip[]
AlienPrefabs GameObject[]
AlienSpeedChangedSound UnityEngine.AudioClip
AliensAliveMoveDelay float>.Dictionary
Columns float
MoveSize Vector2
MoveSizeWaveNumberInc Vector2
Padding Vector2
Rows float

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
Flip ( ) : void
OnAlienDie ( int aliensAlive ) : void
PlayAlienMoveSound ( ) : void
SetDelay ( int aliensAlive ) : void
Setup ( ) : void

비공개 메소드들

메소드 설명
DeployAliens ( float top ) : IEnumerator
EndFlip ( ) : IEnumerator
MoveAliens ( ) : IEnumerator

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

OnAlienDie() 공개 메소드

public OnAlienDie ( int aliensAlive ) : void
aliensAlive int
리턴 void

PlayAlienMoveSound() 공개 메소드

public PlayAlienMoveSound ( ) : void
리턴 void

SetDelay() 공개 메소드

public SetDelay ( int aliensAlive ) : void
aliensAlive int
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

프로퍼티 상세

AlienDeployEasyTime 공개적으로 프로퍼티

public float AlienDeployEasyTime
리턴 float

AlienDeployEasyType 공개적으로 프로퍼티

public iTween.EaseType AlienDeployEasyType
리턴 iTween.EaseType

AlienDeployInterval 공개적으로 프로퍼티

public float AlienDeployInterval
리턴 float

AlienDeployStartPosition 공개적으로 프로퍼티

public Vector3 AlienDeployStartPosition
리턴 Vector3

AlienMoveSounds 공개적으로 프로퍼티

public AudioClip[],UnityEngine AlienMoveSounds
리턴 UnityEngine.AudioClip[]

AlienPrefabs 공개적으로 프로퍼티

public GameObject[] AlienPrefabs
리턴 GameObject[]

AlienSpeedChangedSound 공개적으로 프로퍼티

public AudioClip,UnityEngine AlienSpeedChangedSound
리턴 UnityEngine.AudioClip

AliensAliveMoveDelay 공개적으로 프로퍼티

public Dictionary AliensAliveMoveDelay
리턴 float>.Dictionary

Columns 공개적으로 프로퍼티

public float Columns
리턴 float

MoveSize 공개적으로 프로퍼티

public Vector2 MoveSize
리턴 Vector2

MoveSizeWaveNumberInc 공개적으로 프로퍼티

public Vector2 MoveSizeWaveNumberInc
리턴 Vector2

Padding 공개적으로 프로퍼티

public Vector2 Padding
리턴 Vector2

Rows 공개적으로 프로퍼티

public float Rows
리턴 float