Click or drag to resize

ReferenceUnreference Method

Decrements the internal reference counter. Use this only if you really know what you are doing.

Returns true if the decrement was successful, false otherwise.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Unreference()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Reference.Unreference"]

See Also