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

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

공개 프로퍼티들

프로퍼티 타입 설명
animations List
parent int

공개 메소드들

메소드 설명
SEAObject3D ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

보호된 메소드들

메소드 설명
Write3D ( ByteArray header ) : int
WriteTags ( ByteArray data ) : void

메소드 상세

SEAObject3D() 공개 메소드

public SEAObject3D ( string name, string type ) : System.Collections.Generic
name string
type string
리턴 System.Collections.Generic

Write() 공개 메소드

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

Write3D() 보호된 메소드

protected Write3D ( ByteArray header ) : int
header Poonya.Utils.ByteArray
리턴 int

WriteTags() 보호된 메소드

protected WriteTags ( ByteArray data ) : void
data Poonya.Utils.ByteArray
리턴 void

프로퍼티 상세

animations 공개적으로 프로퍼티

public List animations
리턴 List

parent 공개적으로 프로퍼티

public int parent
리턴 int