C# 클래스 MessageList, webrtcnetwork

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: devluz/webrtcnetwork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
uEntryPrefab GameObject,

공개 메소드들

메소드 설명
AddTextEntry ( string text ) : void

Allows the Chatapp to add new entires to the list

비공개 메소드들

메소드 설명
AddRectTransform ( RectTransform rect ) : void

Adds the new element

Awake ( ) : void
Refresh ( ) : void

Destroys old messages if needed and repositions the existing messages.

SetPosition ( RectTransform tra, float &position ) : void

Positions a single element

메소드 상세

AddTextEntry() 공개 메소드

Allows the Chatapp to add new entires to the list
public AddTextEntry ( string text ) : void
text string Text to be added
리턴 void

프로퍼티 상세

uEntryPrefab 공개적으로 프로퍼티

References to the "Text" prefab. Needs to contain RectTransform and Text element.
public GameObject, uEntryPrefab
리턴 GameObject,