SimpleConsole.screenVerbosity Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The minimum verbosity level message to display on screen.")]
public int screenVerbosity;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The minimum verbosity level message to display on screen.")>]
val mutable screenVerbosity : int
Public screenVerbosity As Integer
Field Value
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute