C# 클래스 GlTF_BufferView

상속: GlTF_Writer
파일 보기 프로젝트 열기: tparisi/Unity-glTF-Exporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buffer string
byteLength long
byteOffset long
currentOffset int
memoryStream MemoryStream
target int

공개 메소드들

메소드 설명
GlTF_BufferView ( string n ) : UnityEngine
GlTF_BufferView ( string n, int t ) : UnityEngine
Populate ( float vs ) : void
Populate ( int vs, bool flippedTriangle ) : void
Write ( ) : void

메소드 상세

GlTF_BufferView() 공개 메소드

public GlTF_BufferView ( string n ) : UnityEngine
n string
리턴 UnityEngine

GlTF_BufferView() 공개 메소드

public GlTF_BufferView ( string n, int t ) : UnityEngine
n string
t int
리턴 UnityEngine

Populate() 공개 메소드

public Populate ( float vs ) : void
vs float
리턴 void

Populate() 공개 메소드

public Populate ( int vs, bool flippedTriangle ) : void
vs int
flippedTriangle bool
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

buffer 공개적으로 프로퍼티

public string buffer
리턴 string

byteLength 공개적으로 프로퍼티

public long byteLength
리턴 long

byteOffset 공개적으로 프로퍼티

public long byteOffset
리턴 long

currentOffset 공개적으로 프로퍼티

public int currentOffset
리턴 int

memoryStream 공개적으로 프로퍼티

public MemoryStream memoryStream
리턴 MemoryStream

target 공개적으로 프로퍼티

public int target
리턴 int