Version: 2018.1
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.