ILightingProperty

Description

interface Tinman.Engine.Scenes.Properties.ILightingProperty

Extended by

ImageDecal sealed
ShapeLayer sealed
TextureDecal sealed
TextureLayer sealed

Base interface for classes that declare a Lighting property.

Public / Attributes

Lighting


public attribute Lighting → (get,set)

value : bool

true if lighting is enabled, false if lighting is disabled.

Enables or disables lighting for this scene object.

The default value is defined by the implementing class.