ImageTextureCreate Method |
Create a new ImageTexture with width and height.
format is a value from ImageFormat, flags is any combination of TextureFlagsEnum.
Namespace: Godot
public void Create( int width, int height, ImageFormat format, uint flags = 7 )
[Missing <param name="width"/> documentation for "M:Godot.ImageTexture.Create(System.Int32,System.Int32,Godot.Image.Format,System.UInt32)"]
[Missing <param name="height"/> documentation for "M:Godot.ImageTexture.Create(System.Int32,System.Int32,Godot.Image.Format,System.UInt32)"]
[Missing <param name="format"/> documentation for "M:Godot.ImageTexture.Create(System.Int32,System.Int32,Godot.Image.Format,System.UInt32)"]
[Missing <param name="flags"/> documentation for "M:Godot.ImageTexture.Create(System.Int32,System.Int32,Godot.Image.Format,System.UInt32)"]