public NativeArray<Matrix4x4> GetBatchMatrixArray (int batchIndex, string propertyName);
public NativeArray<Matrix4x4> GetBatchMatrixArray (int batchIndex, int propertyName);

参数

batchIndex批次索引。
propertyName属性名称。

返回

NativeArray<Matrix4x4> 由 batchIndex 指定的批次的可写矩阵属性数组。

描述

获取给定批次的实例化矢量属性的数组。