Property CalculatedTiling
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
CalculatedTiling
Gets the effective tiling values, optionally adjusting the horizontal scale based on screen aspect ratio.
public Vector4 CalculatedTiling { get; }
Property Value
Remarks
When useScreenAspect is enabled, the X scale is multiplied by
Screen.width / Screen.height so the texture maintains visual consistency
across different aspect ratios.