Version: 2017.3
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property);
public float TextureScaleOffsetProperty (Rect position, MaterialProperty property, bool partOfTexturePropertyControl);

パラメーター

position 描画する Rect (矩形)
property 描画するプロパティー
partOfTexturePropertyControl 大きなテクスチャプロパティーコントロールの下に表示される場合は 'True' を使用し、個別に表示する場合は 'False' を使用します。

説明

テクスチャのタイリングとオフセットプロパティーを描画します


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

説明

TODO.