C# 클래스 ElementControl, TiminesSweeper-3D-

상속: MonoBehaviour
파일 보기 프로젝트 열기: tim-hub/TiminesSweeper-3D- 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AudioEffect GameObject
BlankElement GameObject
DefaultMat Material
DifferentNumbers List
Directions List
ElementMask LayerMask
FlagMat Material
MineElement GameObject
ShootingParticls GameObject
WaitingSeconds float

공개 메소드들

메소드 설명
ClickOnABlank ( ) : void
FlagThisElement ( ) : void
InitThisElement ( ) : void
OnPointerClick ( PointerEventData eventData ) : void
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void
PlayClickAudio ( ) : void
Start ( ) : void
SweeperThisElement ( ) : void
SweeperThisOne ( ) : void
SweeperToSendParticle ( GameObject direction ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GetHowManyMinesNear ( ) : int
SetRightClickFalse ( ) : IEnumerator

메소드 상세

ClickOnABlank() 공개 메소드

public ClickOnABlank ( ) : void
리턴 void

FlagThisElement() 공개 메소드

public FlagThisElement ( ) : void
리턴 void

InitThisElement() 공개 메소드

public InitThisElement ( ) : void
리턴 void

OnPointerClick() 공개 메소드

public OnPointerClick ( PointerEventData eventData ) : void
eventData PointerEventData
리턴 void

OnPointerEnter() 공개 메소드

public OnPointerEnter ( PointerEventData eventData ) : void
eventData PointerEventData
리턴 void

OnPointerExit() 공개 메소드

public OnPointerExit ( PointerEventData eventData ) : void
eventData PointerEventData
리턴 void

PlayClickAudio() 공개 메소드

public PlayClickAudio ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

SweeperThisElement() 공개 메소드

public SweeperThisElement ( ) : void
리턴 void

SweeperThisOne() 공개 메소드

public SweeperThisOne ( ) : void
리턴 void

SweeperToSendParticle() 공개 메소드

public SweeperToSendParticle ( GameObject direction ) : void
direction GameObject
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AudioEffect 공개적으로 프로퍼티

public GameObject AudioEffect
리턴 GameObject

BlankElement 공개적으로 프로퍼티

public GameObject BlankElement
리턴 GameObject

DefaultMat 공개적으로 프로퍼티

public Material DefaultMat
리턴 Material

DifferentNumbers 공개적으로 프로퍼티

public List DifferentNumbers
리턴 List

Directions 공개적으로 프로퍼티

public List Directions
리턴 List

ElementMask 공개적으로 프로퍼티

public LayerMask ElementMask
리턴 LayerMask

FlagMat 공개적으로 프로퍼티

public Material FlagMat
리턴 Material

MineElement 공개적으로 프로퍼티

public GameObject MineElement
리턴 GameObject

ShootingParticls 공개적으로 프로퍼티

public GameObject ShootingParticls
리턴 GameObject

WaitingSeconds 공개적으로 프로퍼티

public float WaitingSeconds
리턴 float