Click or drag to resize

TextureLayeredSetLayerData Method

Sets the data for the specified layer. Data takes the form of a 2-dimensional Image resource.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLayerData(
	Image image,
	int layer
)

Parameters

image
Type: GodotImage

[Missing <param name="image"/> documentation for "M:Godot.TextureLayered.SetLayerData(Godot.Image,System.Int32)"]

layer
Type: SystemInt32

[Missing <param name="layer"/> documentation for "M:Godot.TextureLayered.SetLayerData(Godot.Image,System.Int32)"]

See Also