C# Class DCL.DebugConfig

Show file Open project: decentraland/unity-renderer Class Usage Examples

Public Properties

Property Type Description
ignoreGlobalScenes bool
msgStepByStep bool
soloScene bool
soloSceneCoords Vector2Int

Property Details

ignoreGlobalScenes public property

Do not send global scenes messages (i.e. avatars)
public bool ignoreGlobalScenes
return bool

msgStepByStep public property

do Debug.Break() and log when processing each message
public bool msgStepByStep
return bool

soloScene public property

If enabled, filters all scene messages that are not soloSceneCoords
public bool soloScene
return bool

soloSceneCoords public property

Used in conjunction with soloScene
public Vector2Int soloSceneCoords
return Vector2Int