C# Class Assets.Scripts.Utils.SiteLocker

Inheritance: MonoBehaviourBase
Mostra file Open project: nubick/unity-utils

Public Properties

Property Type Description
IsShowDebugInfo bool
LockUrl string

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
NavigationToLockUrl ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

IsShowDebugInfo public_oe property

public bool IsShowDebugInfo
return bool

LockUrl public_oe property

public string LockUrl
return string