Table of Contents

Class GodotBoolExtensions

Namespace
Godot.NativeInterop
Assembly
GodotSharp.dll
public static class GodotBoolExtensions
Inheritance
GodotBoolExtensions
Inherited Members

Methods

ToBool(godot_bool)

public static bool ToBool(this godot_bool godotBool)

Parameters

godotBool godot_bool

Returns

bool

ToGodotBool(bool)

public static godot_bool ToGodotBool(this bool @bool)

Parameters

bool bool

Returns

godot_bool