Property Tiling
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Tiling
Gets the tiling scale and offset combined into a single vector in the format: (scale.x, scale.y, offset.x, offset.y).
public Vector4 Tiling { get; }
Property Value
Remarks
This is suitable for setting the _Texture_ST shader property.