Method | Description | |
---|---|---|
AsEditableTexture ( this textureBytes, string textureName = null ) : |
||
AsTexture ( this textureBytes, string textureName, TextureType type ) : |
||
Lerp ( float baseColorPart, float defaultColorPart, float level ) : float | ||
Save ( this imageBytes, string path ) : void |
public static AsEditableTexture ( this textureBytes, string textureName = null ) : |
||
textureBytes | this | |
textureName | string | |
return |
public static AsTexture ( this textureBytes, string textureName, TextureType type ) : |
||
textureBytes | this | |
textureName | string | |
type | TextureType | |
return |
public static Lerp ( float baseColorPart, float defaultColorPart, float level ) : float | ||
baseColorPart | float | |
defaultColorPart | float | |
level | float | |
return | float |
public static Save ( this imageBytes, string path ) : void | ||
imageBytes | this | |
path | string | |
return | void |