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

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

공개 프로퍼티들

프로퍼티 타입 설명
geometry int
materials List
modifiers List
transform float[]

공개 메소드들

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

메소드 상세

SEAMesh() 공개 메소드

public SEAMesh ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

Write() 공개 메소드

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

프로퍼티 상세

geometry 공개적으로 프로퍼티

public int geometry
리턴 int

materials 공개적으로 프로퍼티

public List materials
리턴 List

modifiers 공개적으로 프로퍼티

public List modifiers
리턴 List

transform 공개적으로 프로퍼티

public float[] transform
리턴 float[]