C# Class EditorTab, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Protected Properties

Property Type Description
SP1 Vector2
SP2 Vector2
SP3 Vector2
SP4 Vector2
fold1 bool
fold10 bool
fold11 bool
fold12 bool
fold13 bool
fold14 bool
fold15 bool
fold16 bool
fold17 bool
fold18 bool
fold19 bool
fold2 bool
fold20 bool
fold3 bool
fold4 bool
fold5 bool
fold6 bool
fold7 bool
fold8 bool
fold9 bool
selection int

Public Methods

Method Description
ChanceCheck ( int chance ) : int
EditorTab ( ) : UnityEditor
EnumToolbar ( string text, int index, System e ) : int
EnumToolbar ( string text, int index, System e, int width ) : int
MinMaxCheck ( int check, int min, int max ) : int
Separate ( ) : void

Method Details

ChanceCheck() public static method

public static ChanceCheck ( int chance ) : int
chance int
return int

EditorTab() public method

public EditorTab ( ) : UnityEditor
return UnityEditor

EnumToolbar() public static method

public static EnumToolbar ( string text, int index, System e ) : int
text string
index int
e System
return int

EnumToolbar() public static method

public static EnumToolbar ( string text, int index, System e, int width ) : int
text string
index int
e System
width int
return int

MinMaxCheck() public static method

public static MinMaxCheck ( int check, int min, int max ) : int
check int
min int
max int
return int

Separate() public method

public Separate ( ) : void
return void

Property Details

SP1 protected_oe property

protected Vector2 SP1
return Vector2

SP2 protected_oe property

protected Vector2 SP2
return Vector2

SP3 protected_oe property

protected Vector2 SP3
return Vector2

SP4 protected_oe property

protected Vector2 SP4
return Vector2

fold1 protected_oe property

protected bool fold1
return bool

fold10 protected_oe property

protected bool fold10
return bool

fold11 protected_oe property

protected bool fold11
return bool

fold12 protected_oe property

protected bool fold12
return bool

fold13 protected_oe property

protected bool fold13
return bool

fold14 protected_oe property

protected bool fold14
return bool

fold15 protected_oe property

protected bool fold15
return bool

fold16 protected_oe property

protected bool fold16
return bool

fold17 protected_oe property

protected bool fold17
return bool

fold18 protected_oe property

protected bool fold18
return bool

fold19 protected_oe property

protected bool fold19
return bool

fold2 protected_oe property

protected bool fold2
return bool

fold20 protected_oe property

protected bool fold20
return bool

fold3 protected_oe property

protected bool fold3
return bool

fold4 protected_oe property

protected bool fold4
return bool

fold5 protected_oe property

protected bool fold5
return bool

fold6 protected_oe property

protected bool fold6
return bool

fold7 protected_oe property

protected bool fold7
return bool

fold8 protected_oe property

protected bool fold8
return bool

fold9 protected_oe property

protected bool fold9
return bool

selection protected_oe property

protected int selection
return int