IIndexBuffer

IIndexBuffer interface

인덱스 버퍼는 렌더링 파이프라인에 사용되는 지오메트리를 설명합니다.

public interface IIndexBuffer : IBuffer

속성

이름설명
Count { get; }이 버퍼의 인덱스 수를 가져옵니다.
IndexDataType { get; }각 요소의 데이터 유형을 가져옵니다.

행동 양식

이름설명
LoadData(int[])로드 인덱스 data
LoadData(short[])로드 인덱스 data
LoadData(TriMesh)인덱스 데이터 로드TriMesh
LoadData(uint[])로드 인덱스 data

또한보십시오