Click or drag to resize

CubeMapSetStorage Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CubeMap.SetStorage(Godot.CubeMap.Storage)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStorage is deprecated. Use the StorageMode property instead.")]
public void SetStorage(
	CubeMapStorage mode
)

Parameters

mode
Type: GodotCubeMapStorage

[Missing <param name="mode"/> documentation for "M:Godot.CubeMap.SetStorage(Godot.CubeMap.Storage)"]

See Also