Log a warning message.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Warning(
	string warningMessage,
	Object context
)
Parameters
- warningMessage
 - Type: SystemString
The warning message. - context
 - Type: SystemObject
The context for the warning message (e.g. a Visual). 
See Also