[This is preliminary documentation and is subject to change.]

Report a string to the log IF the report count is > 0 The report count should tick down by 1 for every frame

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public static void Report(
	string Value
)

Parameters

Value
Type: System..::.String
String to report to the log

See Also