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

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

공개 프로퍼티들

프로퍼티 타입 설명
color float[][]
indexes uint[][]
joint uint[]
normal float[]
tangent float[]
uv float[][]
vertex float[]
weight float[]

공개 메소드들

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

메소드 상세

Read() 공개 메소드

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

SEAGeometry() 공개 메소드

public SEAGeometry ( string name ) : Poonya.Utils
name string
리턴 Poonya.Utils

Write() 공개 메소드

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

프로퍼티 상세

color 공개적으로 프로퍼티

public float[][] color
리턴 float[][]

indexes 공개적으로 프로퍼티

public uint[][] indexes
리턴 uint[][]

joint 공개적으로 프로퍼티

public uint[] joint
리턴 uint[]

normal 공개적으로 프로퍼티

public float[] normal
리턴 float[]

tangent 공개적으로 프로퍼티

public float[] tangent
리턴 float[]

uv 공개적으로 프로퍼티

public float[][] uv
리턴 float[][]

vertex 공개적으로 프로퍼티

public float[] vertex
리턴 float[]

weight 공개적으로 프로퍼티

public float[] weight
리턴 float[]