C# Class KAS.KASAddonControlKey

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: KospY/KAS Class Usage Examples

Public Properties

Property Type Description
grabHeadKey string
radius float
rotorNegativeKey string
rotorPositiveKey string
telescopicExtendKey string
telescopicRetractKey string
winchEjectKey string
winchEvaExtendKey string
winchEvaRetractKey string
winchExtendKey string
winchHeadLeftKey string
winchHeadRightKey string
winchHookKey string
winchRetractKey string

Protected Properties

Property Type Description
guiHeadGrabWindowPos UnityEngine.Rect

Public Methods

Method Description
Awake ( ) : void
LoadKeyConfig ( ) : void
Update ( ) : void

Private Methods

Method Description
OnGUI ( ) : void
UpdateGUIControl ( ) : void
UpdateWinchCableControl ( ) : void
UpdateWinchKeyGrab ( ) : void
UpdateWinchMouseGrab ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LoadKeyConfig() public static method

public static LoadKeyConfig ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

grabHeadKey public_oe static_oe property

public static string grabHeadKey
return string

guiHeadGrabWindowPos protected_oe property

protected Rect,UnityEngine guiHeadGrabWindowPos
return UnityEngine.Rect

radius public_oe static_oe property

public static float radius
return float

rotorNegativeKey public_oe static_oe property

public static string rotorNegativeKey
return string

rotorPositiveKey public_oe static_oe property

public static string rotorPositiveKey
return string

telescopicExtendKey public_oe static_oe property

public static string telescopicExtendKey
return string

telescopicRetractKey public_oe static_oe property

public static string telescopicRetractKey
return string

winchEjectKey public_oe static_oe property

public static string winchEjectKey
return string

winchEvaExtendKey public_oe static_oe property

public static string winchEvaExtendKey
return string

winchEvaRetractKey public_oe static_oe property

public static string winchEvaRetractKey
return string

winchExtendKey public_oe static_oe property

public static string winchExtendKey
return string

winchHeadLeftKey public_oe static_oe property

public static string winchHeadLeftKey
return string

winchHeadRightKey public_oe static_oe property

public static string winchHeadRightKey
return string

winchHookKey public_oe static_oe property

public static string winchHookKey
return string

winchRetractKey public_oe static_oe property

public static string winchRetractKey
return string