C# 클래스 GrimmLib.Speech

Contains data from the Dialogue Runner's OnSomeoneSaidSomething-event
파일 보기 프로젝트 열기: eriksvedang/Grimm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
conversation string
dialogueNodeName string
line string
speaker string

공개 메소드들

메소드 설명
Speech ( string pConversation, string pDialogueNodeName, string pSpeaker, string pLine ) : System
ToString ( ) : string

메소드 상세

Speech() 공개 메소드

public Speech ( string pConversation, string pDialogueNodeName, string pSpeaker, string pLine ) : System
pConversation string
pDialogueNodeName string
pSpeaker string
pLine string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

conversation 공개적으로 프로퍼티

public string conversation
리턴 string

dialogueNodeName 공개적으로 프로퍼티

public string dialogueNodeName
리턴 string

line 공개적으로 프로퍼티

public string line
리턴 string

speaker 공개적으로 프로퍼티

public string speaker
리턴 string