Property | Type | Description | |
---|---|---|---|
direction | Vector3 | ||
intensity | float |
Method | Description | |
---|---|---|
AreaLight ( float width, float height ) : Microsoft.Xna.Framework | ||
setDirection ( Vector3 direction ) : |
||
setHeight ( float height ) : |
||
setIntensity ( float intensity ) : |
||
setWidth ( float width ) : |
public AreaLight ( float width, float height ) : Microsoft.Xna.Framework | ||
width | float | |
height | float | |
return | Microsoft.Xna.Framework |
public setDirection ( Vector3 direction ) : |
||
direction | Vector3 | |
return |
public setHeight ( float height ) : |
||
height | float | |
return |
public setIntensity ( float intensity ) : |
||
intensity | float | |
return |