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 |
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 |
public static ChanceCheck ( int chance ) : int | ||
chance | int | |
return | int |
public static EnumToolbar ( string text, int index, System e ) : int | ||
text | string | |
index | int | |
e | System | |
return | int |
public static EnumToolbar ( string text, int index, System e, int width ) : int | ||
text | string | |
index | int | |
e | System | |
width | int | |
return | int |
public static MinMaxCheck ( int check, int min, int max ) : int | ||
check | int | |
min | int | |
max | int | |
return | int |