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

상속: SEAObject
파일 보기 프로젝트 열기: sunag/sea3d

공개 프로퍼티들

프로퍼티 타입 설명
attrib int
jointPerVertex uint
numVertex uint

공개 메소드들

메소드 설명
Read ( ByteArray stream ) : void
SEAGeometryBase ( string name, string type ) : Poonya.Utils
Write ( ) : ByteArray

메소드 상세

Read() 공개 메소드

public Read ( ByteArray stream ) : void
stream Poonya.Utils.ByteArray
리턴 void

SEAGeometryBase() 공개 메소드

public SEAGeometryBase ( string name, string type ) : Poonya.Utils
name string
type string
리턴 Poonya.Utils

Write() 공개 메소드

public Write ( ) : ByteArray
리턴 Poonya.Utils.ByteArray

프로퍼티 상세

attrib 공개적으로 프로퍼티

public int attrib
리턴 int

jointPerVertex 공개적으로 프로퍼티

public uint jointPerVertex
리턴 uint

numVertex 공개적으로 프로퍼티

public uint numVertex
리턴 uint