C# 클래스 Aura.Channel.Scripting.Scripts.DialogElement

파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ) : DialogElement
DialogElement ( ) : Aura.Mabi
Insert ( int index ) : DialogElement
Render ( StringBuilder &sb ) : void
Replace ( int index ) : DialogElement
ToString ( ) : string

Renders this and its child elements.

메소드 상세

Add() 공개 메소드

public Add ( ) : DialogElement
리턴 DialogElement

DialogElement() 공개 메소드

public DialogElement ( ) : Aura.Mabi
리턴 Aura.Mabi

Insert() 공개 메소드

public Insert ( int index ) : DialogElement
index int
리턴 DialogElement

Render() 공개 메소드

public Render ( StringBuilder &sb ) : void
sb StringBuilder
리턴 void

Replace() 공개 메소드

public Replace ( int index ) : DialogElement
index int
리턴 DialogElement

ToString() 공개 메소드

Renders this and its child elements.
public ToString ( ) : string
리턴 string