Click or drag to resize

BoxScriptAssertionsAssertTrue Method

[Missing <summary> documentation for "M:Demo3D.Components.BoxScript.Assertions.AssertTrue(System.Boolean,System.String)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static void AssertTrue(
	bool condition,
	string message = null
)

Parameters

condition
Type: SystemBoolean

[Missing <param name="condition"/> documentation for "M:Demo3D.Components.BoxScript.Assertions.AssertTrue(System.Boolean,System.String)"]

message (Optional)
Type: SystemString

[Missing <param name="message"/> documentation for "M:Demo3D.Components.BoxScript.Assertions.AssertTrue(System.Boolean,System.String)"]

See Also