Version: 2022.3
언어: 한국어

MetadataValue

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

Contains a single metadata value for a batch.

A metadata value is a uint32 value tied to a DOTS-instanced property. Unity passes this metadata to the shader.

변수

NameIDThe name ID of the property that the metadata value is tied to. To specify a value for a property declared with UNITY_DOTS_INSTANCED_PROP(float4, Example), pass Shader.PropertyToID("Example") here.
ValueUnity passes this uint32 value to the shader for this property. The value is shared between all instances in the batch.Usage example: provide a buffer address for the property.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961