C# Class MilkShakeFramework.Components.Lighting.Hulls.RectangleHull

Inheritance: AbstractHull
显示文件 Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
RectangleHull ( float width, float height ) : System

Protected Methods

Method Description
GenerateShadowHull ( ) : Krypton.ShadowHull

Method Details

GenerateShadowHull() protected method

protected GenerateShadowHull ( ) : Krypton.ShadowHull
return Krypton.ShadowHull

RectangleHull() public method

public RectangleHull ( float width, float height ) : System
width float
height float
return System