C# Class MilkShakeFramework.Components.Lighting.Lights.PointLight

Inheritance: AbstractLight
Show file Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Methods

Method Description
GenerateTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
PointLight ( int size, ShadowType type = ShadowType.Illuminated ) : System

Method Details

GenerateTexture() public method

public GenerateTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics.Texture2D

PointLight() public method

public PointLight ( int size, ShadowType type = ShadowType.Illuminated ) : System
size int
type ShadowType
return System