C# 클래스 NScumm.Scumm.ObjectData

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : ObjectData
ObjectData ( ) : System.Collections.Generic
ObjectData ( ushort id ) : System.Collections.Generic
SaveOrLoad ( Serializer serializer ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ObjectData
리턴 ObjectData

ObjectData() 공개 메소드

public ObjectData ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ObjectData() 공개 메소드

public ObjectData ( ushort id ) : System.Collections.Generic
id ushort
리턴 System.Collections.Generic

SaveOrLoad() 공개 메소드

public SaveOrLoad ( Serializer serializer ) : void
serializer NScumm.Scumm.IO.Serializer
리턴 void