Click or drag to resize
OpenUrlOnClickBehaviour Class
Behaviour to open an url when receiving the OnClick event.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.UtilsOpenUrlOnClickBehaviour

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class OpenUrlOnClickBehaviour : MonoBehaviour

The OpenUrlOnClickBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodOpenUrlOnClickBehaviour
Initializes a new instance of the OpenUrlOnClickBehaviour class
Top
Fields
  NameDescription
Public fieldUrl
Url to open.
Top
See Also