UI.TextureSource
Index
Constructors
Methods
Constructors
constructor
Returns TextureSource
Methods
staticget
Parameters
name: string
gui texture name
Returns Bitmap
Bitmap instance with the ui texture, if it was loaded, with
"missing_texture"texture otherwise.
staticgetNullable
Parameters
name: string
gui texture name
Returns Bitmap
Bitmap instance with the ui texture, if it was loaded,
nullotherwise.
staticput
Adds any bitmap as a gui texture with specified name.
Parameters
name: string
gui texture name
bitmap: Bitmap
android.graphics.Bitmap instance to be used as gui texture
Returns void
Namespace containing methods used to get and add gui textures.