C# 클래스 RandomNameGenerator, GGJ2016

상속: MonoBehaviour
파일 보기 프로젝트 열기: netgrind/GGJ2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttonIndex int
fadeIn UnityEngine.AnimationCurve
fadeOut UnityEngine.AnimationCurve
fadeOutDelay float
fadeTime float
firstNames string[]
hideEvent string
secondNames string[]
showEvent string
text Text[],
thirdNames string[]

공개 메소드들

메소드 설명
CanPlay ( ) : void
ColorText ( float f ) : void
OnEnable ( ) : void
OnEvent ( ) : void
SetText ( ) : void
StartFadeIn ( ) : void
StartFadeOut ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GetElement ( string s ) : string

메소드 상세

CanPlay() 공개 메소드

public CanPlay ( ) : void
리턴 void

ColorText() 공개 메소드

public ColorText ( float f ) : void
f float
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnEvent() 공개 메소드

public OnEvent ( ) : void
리턴 void

SetText() 공개 메소드

public SetText ( ) : void
리턴 void

StartFadeIn() 공개 메소드

public StartFadeIn ( ) : void
리턴 void

StartFadeOut() 공개 메소드

public StartFadeOut ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

buttonIndex 공개적으로 프로퍼티

public int buttonIndex
리턴 int

fadeIn 공개적으로 프로퍼티

public AnimationCurve,UnityEngine fadeIn
리턴 UnityEngine.AnimationCurve

fadeOut 공개적으로 프로퍼티

public AnimationCurve,UnityEngine fadeOut
리턴 UnityEngine.AnimationCurve

fadeOutDelay 공개적으로 프로퍼티

public float fadeOutDelay
리턴 float

fadeTime 공개적으로 프로퍼티

public float fadeTime
리턴 float

firstNames 공개적으로 프로퍼티

public string[] firstNames
리턴 string[]

hideEvent 공개적으로 프로퍼티

public string hideEvent
리턴 string

secondNames 공개적으로 프로퍼티

public string[] secondNames
리턴 string[]

showEvent 공개적으로 프로퍼티

public string showEvent
리턴 string

text 공개적으로 프로퍼티

public Text[], text
리턴 Text[],

thirdNames 공개적으로 프로퍼티

public string[] thirdNames
리턴 string[]