C# Class DCL.DebugConfig

ファイルを表示 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_oe property

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

msgStepByStep public_oe property

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

soloScene public_oe property

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

soloSceneCoords public_oe property

Used in conjunction with soloScene
public Vector2Int soloSceneCoords
return Vector2Int