C# 클래스 Minigame_Memory, otterspace

상속: MiniGame
파일 보기 프로젝트 열기: dimo2/otterspace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Kartenhintergrund Sprite
Kartenmotive Sprite[]
columns int
prefabKarte GameObject
rows int
xPadding float
yPadding float

공개 메소드들

메소드 설명
ChoseCard ( Minigame_Memory_Karte, k ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
CheckField ( ) : void
CreateField ( ) : void
ShowAll ( ) : IEnumerator
ShuffleField ( ) : void

메소드 상세

ChoseCard() 공개 메소드

public ChoseCard ( Minigame_Memory_Karte, k ) : void
k Minigame_Memory_Karte,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

Kartenhintergrund 공개적으로 프로퍼티

public Sprite Kartenhintergrund
리턴 Sprite

Kartenmotive 공개적으로 프로퍼티

public Sprite[] Kartenmotive
리턴 Sprite[]

columns 공개적으로 프로퍼티

public int columns
리턴 int

prefabKarte 공개적으로 프로퍼티

public GameObject prefabKarte
리턴 GameObject

rows 공개적으로 프로퍼티

public int rows
리턴 int

xPadding 공개적으로 프로퍼티

public float xPadding
리턴 float

yPadding 공개적으로 프로퍼티

public float yPadding
리턴 float