Method DrawSpotLight
DrawSpotLight(Vector3, Vector3, Color, Single, Single, Single, Single, Single)
Declaration
public static void DrawSpotLight(Vector3 pos, Vector3 dir, Color color, float distance, float brightness, float roundness, float radius, float fadeout)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | pos | |
Vector3 | dir | |
System.Drawing.Color | color | |
System.Single | distance | |
System.Single | brightness | |
System.Single | roundness | |
System.Single | radius | |
System.Single | fadeout |