C# 클래스 Touhou.ExampleSprite.ExampleSprite.Conversation

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
characters string[]
conv string[]
images Microsoft.Xna.Framework.Graphics.Texture2D[]
line int
talk string

공개 메소드들

메소드 설명
Conversation ( string c ) : System
show ( ) : bool

비공개 메소드들

메소드 설명
showConv ( ) : bool

메소드 상세

Conversation() 공개 메소드

public Conversation ( string c ) : System
c string
리턴 System

show() 공개 메소드

public show ( ) : bool
리턴 bool

프로퍼티 상세

characters 공개적으로 프로퍼티

public string[] characters
리턴 string[]

conv 공개적으로 프로퍼티

public string[] conv
리턴 string[]

images 공개적으로 프로퍼티

public Texture2D[],Microsoft.Xna.Framework.Graphics images
리턴 Microsoft.Xna.Framework.Graphics.Texture2D[]

line 공개적으로 프로퍼티

public int line
리턴 int

talk 공개적으로 프로퍼티

public string talk
리턴 string