C# Class System.Windows.Forms.ApplicationBehaviour

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: Meragon/Unity-WinForms

Public Properties

Property Type Description
LineMaterial UnityEngine.Material
_Resources AppResources

Private Properties

Property Type Description
Awake void
OnApplicationFocus void
OnGUI void
Update void

Private Methods

Method Description
Awake ( ) : void
OnApplicationFocus ( bool focusStatus ) : void
OnGUI ( ) : void
Update ( ) : void

Property Details

LineMaterial public property

public Material,UnityEngine LineMaterial
return UnityEngine.Material

_Resources public property

public AppResources,System.Windows.Forms _Resources
return AppResources