C# 클래스 ME3Explorer.Unreal.Classes.ME3BioConversation

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

공개 프로퍼티들

프로퍼티 타입 설명
EntryList List
FemaleFaceSets List
MaleFaceSets List
ReplyList List
SpeakerList List
StageDirections List
StartingList List
export ME3ExportEntry

공개 메소드들

메소드 설명
ME3BioConversation ( ME3ExportEntry exp ) : System
Save ( ) : void

비공개 메소드들

메소드 설명
FindPropByName ( string name ) : int
ReadData ( ) : void
ReadEntryList ( ) : void
ReadFemaleFaceSets ( ) : void
ReadMaleFaceSets ( ) : void
ReadReplyList ( ) : void
ReadSpeakerList ( ) : void
ReadStageDirections ( ) : void
ReadStartingList ( ) : void
WriteBoolProperty ( MemoryStream m, string name, bool value, string type = "BoolProperty" ) : int
WriteByteProperty ( MemoryStream m, string name, int valuetype, int valuename ) : int
WriteEntryList ( MemoryStream m, EntryListStuct el ) : int
WriteEntryReplyList ( MemoryStream m, List list ) : int
WriteIntArrayProperty ( MemoryStream m, string name, List value ) : int
WriteIntProperty ( MemoryStream m, string name, int value, string type = "IntProperty" ) : int
WriteNone ( MemoryStream m ) : int
WriteReplyList ( MemoryStream m, ReplyListStruct rp ) : int
WriteStageDirection ( MemoryStream m, StageDirectionStruct sd ) : int
WriteStrProperty ( MemoryStream m, string name, string text ) : int

메소드 상세

ME3BioConversation() 공개 메소드

public ME3BioConversation ( ME3ExportEntry exp ) : System
exp ME3ExportEntry
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

EntryList 공개적으로 프로퍼티

public List EntryList
리턴 List

FemaleFaceSets 공개적으로 프로퍼티

public List FemaleFaceSets
리턴 List

MaleFaceSets 공개적으로 프로퍼티

public List MaleFaceSets
리턴 List

ReplyList 공개적으로 프로퍼티

public List ReplyList
리턴 List

SpeakerList 공개적으로 프로퍼티

public List SpeakerList
리턴 List

StageDirections 공개적으로 프로퍼티

public List StageDirections
리턴 List

StartingList 공개적으로 프로퍼티

public List StartingList
리턴 List

export 공개적으로 프로퍼티

public ME3ExportEntry export
리턴 ME3ExportEntry