Version: 2019.3

説明

MaterialProperty の表示方法を制御するフラグ

変数

Noneフラグはセットされません
HideInInspectorDo not show the property in the Inspector.
PerRendererDataこのプロパティーのテクスチャ値はマテリアルからではなく、レンダラーの MaterialPropertyBlock から照会されます。これはシェーダーコードにおけるプロパティーの前の "[PerRendererData]" 属性に相当します。
NoScaleOffsetテクスチャの横の UV Scale/Offset フィールドは表示されません。
Normalこのプロパティーの値に Normal データ (正規化されたベクトル) が含まれていることを示します。
HDRこのプロパティーの値にハイダイナミックレンジ (HDR) データが含まれていることを示します。
GammaSignifies that values of this property are in gamma space and should not be gamma corrected.
NonModifiableTextureDataDo not allow this texture property to be edited in the Inspector.