C# 클래스 Poonya.SEA3D.Objects.SEAObject

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

공개 프로퍼티들

프로퍼티 타입 설명
Compressed bool
Name string
Streaming bool
Type string
tag object

공개 메소드들

메소드 설명
Read ( ByteArray stream ) : void
SEAObject ( ) : System
SEAObject ( string name, string type ) : System
Write ( ) : ByteArray

메소드 상세

Read() 공개 메소드

public Read ( ByteArray stream ) : void
stream ByteArray
리턴 void

SEAObject() 공개 메소드

public SEAObject ( ) : System
리턴 System

SEAObject() 공개 메소드

public SEAObject ( string name, string type ) : System
name string
type string
리턴 System

Write() 공개 메소드

public Write ( ) : ByteArray
리턴 ByteArray

프로퍼티 상세

Compressed 공개적으로 프로퍼티

public bool Compressed
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Streaming 공개적으로 프로퍼티

public bool Streaming
리턴 bool

Type 공개적으로 프로퍼티

public string Type
리턴 string

tag 공개적으로 프로퍼티

public object tag
리턴 object