Method | Description | |
---|---|---|
FromBaseFile ( string baseTexturePath, string textureName = null ) : |
||
FromTexture ( |
||
GetTexture ( ) : |
||
TextureBlender ( Func |
||
WithAlphaComponent ( |
||
WithComponent ( string path, byte alphaLevel = 255, int positionX, bool increaseXOffset = true ) : |
||
WithXOffset ( int xOffset ) : |
Method | Description | |
---|---|---|
AddComponent ( ITextureBlenderComponent component ) : void |
public static FromBaseFile ( string baseTexturePath, string textureName = null ) : |
||
baseTexturePath | string | |
textureName | string | |
return |
public static FromTexture ( |
||
baseTexture | ||
return |
public TextureBlender ( Func |
||
baseTextureProvider | Func |
|
return | System |
public WithAlphaComponent ( |
||
alphaTexture | ||
position | Point | |
return |
public WithComponent ( string path, byte alphaLevel = 255, int positionX, bool increaseXOffset = true ) : |
||
path | string | |
alphaLevel | byte | |
positionX | int | |
increaseXOffset | bool | |
return |
public WithXOffset ( int xOffset ) : |
||
xOffset | int | |
return |