C# Class ShockCharacter, UnderworldExporter

Inheritance: MonoBehaviour
Mostrar archivo Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
ActiveRunes int[]
AttackCharging int
Charge float
CursorIcon UnityEngine.Texture2D
CursorIconBlank UnityEngine.Texture2D
CursorIconDefault UnityEngine.Texture2D
CursorInMainWindow bool
InteractionMode int
InvMarker GameObject
ReadiedSpell string
Runes bool[]
StringControl StringController,
chargeRate float
isFemale bool
isLefty bool
lookRange float
pickupRange float
talkRange float
useRange float
weaponRange float

Public Methods

Method Description
PickupMode ( ) : void

Private Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

PickupMode() public method

public PickupMode ( ) : void
return void

Property Details

ActiveRunes public_oe property

public int[] ActiveRunes
return int[]

AttackCharging public_oe property

public int AttackCharging
return int

Charge public_oe property

public float Charge
return float

CursorIcon public_oe property

public Texture2D,UnityEngine CursorIcon
return UnityEngine.Texture2D

CursorIconBlank public_oe property

public Texture2D,UnityEngine CursorIconBlank
return UnityEngine.Texture2D

CursorIconDefault public_oe property

public Texture2D,UnityEngine CursorIconDefault
return UnityEngine.Texture2D

CursorInMainWindow public_oe property

public bool CursorInMainWindow
return bool

InteractionMode public_oe static_oe property

public static int InteractionMode
return int

InvMarker public_oe static_oe property

public static GameObject InvMarker
return GameObject

ReadiedSpell public_oe property

public string ReadiedSpell
return string

Runes public_oe property

public bool[] Runes
return bool[]

StringControl public_oe property

public StringController, StringControl
return StringController,

chargeRate public_oe property

public float chargeRate
return float

isFemale public_oe property

public bool isFemale
return bool

isLefty public_oe property

public bool isLefty
return bool

lookRange public_oe property

public float lookRange
return float

pickupRange public_oe property

public float pickupRange
return float

talkRange public_oe property

public float talkRange
return float

useRange public_oe property

public float useRange
return float

weaponRange public_oe property

public float weaponRange
return float