Click or drag to resize
LitMaterial Constructor (Effect)
Create the lit material.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LitMaterial(
	Effect fromEffect
)

Parameters

fromEffect
Type: Effect
Effect to create material from.
See Also