MaterialEditor.TextureScaleOffsetProperty

Switch to Manual
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property);
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property, bool partOfTexturePropertyControl);

Parameters

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

Description

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


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

Description

待做事项。