Version: 2022.2

MaterialEditor.TextureScaleOffsetProperty

切换到手册
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property);
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property, bool partOfTexturePropertyControl);

参数

position 要在其中绘制此控件的矩形。
property 要绘制的属性。
partOfTexturePropertyControl 如果应在较大纹理属性控件下渲染此控件,请使用“true”。如果应单独显示此控件,请使用“false”。

描述

为纹理绘制平铺属性和偏移属性。


public static Vector4 TextureScaleOffsetProperty (Rect position, Vector4 scaleOffset);
public static Vector4 TextureScaleOffsetProperty (Rect position, Vector4 scaleOffset, bool partOfTexturePropertyControl);

描述

待定。