lightmapTextureTransform property

TextureTransform get lightmapTextureTransform

UV transform applied to lightmapTexture.

Implementation

TextureTransform get lightmapTextureTransform => _lightmapTextureTransform;
set lightmapTextureTransform (TextureTransform value)

Implementation

set lightmapTextureTransform(TextureTransform value) {
  _lightmapTextureTransform = value;
  _markMaterialDataDirty();
}