Constructor NativeBool
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
NativeBool(bool)
Initializes a new instance with the given value.
public NativeBool(bool value)Parameters
valuebool-
The boolean value to represent.
Initializes a new instance with the given value.
public NativeBool(bool value)value bool The boolean value to represent.