Version: 2021.1
언어: 한국어

DOTSInstancingProperty

struct in Unity.Rendering.HybridV2

매뉴얼로 전환

설명

Reflection data for a DOTS instancing property.

This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.

변수

CbufferIndexThe index of the constant buffer that contains this property in the list of constant buffers returned by HybridV2ShaderReflection.GetDOTSInstancingCbuffers.
ColsThe amount of columns or elements of this property if it's a matrix or a vector, respectively.
ConstantNameIDThe value returned by Shader.PropertyToID for the name of this property.
ConstantTypeThe type of this property.
MetadataNameIDThe value returned by Shader.PropertyToID for the DOTS instancing metadata constant of this property.
MetadataOffsetThe offset of the metadata constant of this property in its DOTS instancing metadata constant buffer.
RowsThe amount of rows of this property if it's a matrix.
SizeBytesThe size of this property in bytes.