Method | Description | |
---|---|---|
Apply ( ) : void | ||
GetSecondaryShader ( |
||
ScreenShaderData ( |
||
ScreenShaderData ( string passName ) : Microsoft.Xna.Framework | ||
UseColor ( Color color ) : |
||
UseColor ( Microsoft.Xna.Framework.Vector3 color ) : |
||
UseColor ( float r, float g, float b ) : |
||
UseGlobalOpacity ( float opacity ) : |
||
UseIntensity ( float intensity ) : |
||
UseOpacity ( float opacity ) : |
||
UseProgress ( float progress ) : |
||
UseSecondaryColor ( Color color ) : |
||
UseSecondaryColor ( Microsoft.Xna.Framework.Vector3 color ) : |
||
UseSecondaryColor ( float r, float g, float b ) : |
||
UseTargetPosition ( Vector2 position ) : |
public GetSecondaryShader ( |
||
player | ||
return |
public ScreenShaderData ( |
||
shader | ||
passName | string | |
return | Microsoft.Xna.Framework |
public ScreenShaderData ( string passName ) : Microsoft.Xna.Framework | ||
passName | string | |
return | Microsoft.Xna.Framework |
public UseColor ( Color color ) : |
||
color | Color | |
return |
public UseColor ( Microsoft.Xna.Framework.Vector3 color ) : |
||
color | Microsoft.Xna.Framework.Vector3 | |
return |
public UseColor ( float r, float g, float b ) : |
||
r | float | |
g | float | |
b | float | |
return |
public UseGlobalOpacity ( float opacity ) : |
||
opacity | float | |
return |
public UseIntensity ( float intensity ) : |
||
intensity | float | |
return |
public UseOpacity ( float opacity ) : |
||
opacity | float | |
return |
public UseProgress ( float progress ) : |
||
progress | float | |
return |
public UseSecondaryColor ( Color color ) : |
||
color | Color | |
return |
public UseSecondaryColor ( Microsoft.Xna.Framework.Vector3 color ) : |
||
color | Microsoft.Xna.Framework.Vector3 | |
return |
public UseSecondaryColor ( float r, float g, float b ) : |
||
r | float | |
g | float | |
b | float | |
return |
public UseTargetPosition ( Vector2 position ) : |
||
position | Vector2 | |
return |