C# 클래스 BeatControl

상속: MonoBehaviour
파일 보기 프로젝트 열기: bttfgames/shaman-says 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LeftPosition GameObject
RightPosition GameObject
SpellSize float
TotenLeft GameObject
TotenRight GameObject
TotensDistance float
_tambor UnityEngine.AudioClip
instance BeatControl,

공개 메소드들

메소드 설명
BeatStart ( ) : void
SetSpeedSpell ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
Beat ( ) : void
HideToten ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

BeatStart() 공개 메소드

public BeatStart ( ) : void
리턴 void

SetSpeedSpell() 공개 메소드

public SetSpeedSpell ( ) : void
리턴 void

프로퍼티 상세

LeftPosition 공개적으로 프로퍼티

public GameObject LeftPosition
리턴 GameObject

RightPosition 공개적으로 프로퍼티

public GameObject RightPosition
리턴 GameObject

SpellSize 공개적으로 프로퍼티

public float SpellSize
리턴 float

TotenLeft 공개적으로 프로퍼티

public GameObject TotenLeft
리턴 GameObject

TotenRight 공개적으로 프로퍼티

public GameObject TotenRight
리턴 GameObject

TotensDistance 공개적으로 프로퍼티

public float TotensDistance
리턴 float

_tambor 공개적으로 프로퍼티

public AudioClip,UnityEngine _tambor
리턴 UnityEngine.AudioClip

instance 공개적으로 정적으로 프로퍼티

public static BeatControl, instance
리턴 BeatControl,