C# 클래스 AlertManager, twitchPickTool

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

공개 프로퍼티들

프로퍼티 타입 설명
mCanvasRect UnityEngine.RectTransform
messagesMiddle List
messagesRandom List
messagesTop List
messagesWorld List
prefab alertMessage,

공개 메소드들

메소드 설명
Alert ( string text, Type, type = Type.Top, float duration = 1.4f, float r = 1, float g = 1, float b = 1, float scale = 1 ) : void
AlertWorld ( string text, Transform posFollower, Color messageColor, float duration = 1.4f, float scale = 1 ) : void
AlertWorld ( string text, Vector3 worldPos, Color messageColor, float duration = 1.4f, float scale = 1 ) : void
Awake ( ) : void
ClearAll ( ) : void
doClearAll ( ) : void
removeFromList ( alertMessage, theMessage, Type, type ) : void

메소드 상세

Alert() 공개 정적인 메소드

public static Alert ( string text, Type, type = Type.Top, float duration = 1.4f, float r = 1, float g = 1, float b = 1, float scale = 1 ) : void
text string
type Type,
duration float
r float
g float
b float
scale float
리턴 void

AlertWorld() 공개 정적인 메소드

public static AlertWorld ( string text, Transform posFollower, Color messageColor, float duration = 1.4f, float scale = 1 ) : void
text string
posFollower Transform
messageColor Color
duration float
scale float
리턴 void

AlertWorld() 공개 정적인 메소드

public static AlertWorld ( string text, Vector3 worldPos, Color messageColor, float duration = 1.4f, float scale = 1 ) : void
text string
worldPos Vector3
messageColor Color
duration float
scale float
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ClearAll() 공개 정적인 메소드

public static ClearAll ( ) : void
리턴 void

doClearAll() 공개 메소드

public doClearAll ( ) : void
리턴 void

removeFromList() 공개 메소드

public removeFromList ( alertMessage, theMessage, Type, type ) : void
theMessage alertMessage,
type Type,
리턴 void

프로퍼티 상세

mCanvasRect 공개적으로 프로퍼티

public RectTransform,UnityEngine mCanvasRect
리턴 UnityEngine.RectTransform

messagesMiddle 공개적으로 프로퍼티

public List messagesMiddle
리턴 List

messagesRandom 공개적으로 프로퍼티

public List messagesRandom
리턴 List

messagesTop 공개적으로 프로퍼티

public List messagesTop
리턴 List

messagesWorld 공개적으로 프로퍼티

public List messagesWorld
리턴 List

prefab 공개적으로 프로퍼티

public alertMessage, prefab
리턴 alertMessage,