C# Class Attributes, Multiplier

Inheritance: MonoBehaviour
Exibir arquivo Open project: tommai78101/Multiplier Class Usage Examples

Public Properties

Property Type Description
attackCooldownToggle Toggle,
attackToggle Toggle,
debugFlag bool
equationInputField InputField,
healthToggle Toggle,
inputLag float
mergeToggle Toggle,
newProperty AttributeProperty
oldProperty AttributeProperty
panelPrefab GameObject
prefabList List
speedToggle Toggle,
splitToggle Toggle,
toggleGroup ToggleGroup
unitAttributes UnitAttributes

Public Methods

Method Description
ChangeProperty ( ) : void
ProcessToggle ( ) : AttributeProperty
Start ( ) : void
Update ( ) : void
UpdateAttributes ( AttributeProperty property ) : void
UpdateOnlineAttributes ( UnitAttributes, unitAttributes, AttributeProperty property ) : void

Method Details

ChangeProperty() public method

public ChangeProperty ( ) : void
return void

ProcessToggle() public method

public ProcessToggle ( ) : AttributeProperty
return AttributeProperty

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateAttributes() public method

public UpdateAttributes ( AttributeProperty property ) : void
property AttributeProperty
return void

UpdateOnlineAttributes() public method

public UpdateOnlineAttributes ( UnitAttributes, unitAttributes, AttributeProperty property ) : void
unitAttributes UnitAttributes,
property AttributeProperty
return void

Property Details

attackCooldownToggle public_oe property

public Toggle, attackCooldownToggle
return Toggle,

attackToggle public_oe property

public Toggle, attackToggle
return Toggle,

debugFlag public_oe property

public bool debugFlag
return bool

equationInputField public_oe property

public InputField, equationInputField
return InputField,

healthToggle public_oe property

public Toggle, healthToggle
return Toggle,

inputLag public_oe property

public float inputLag
return float

mergeToggle public_oe property

public Toggle, mergeToggle
return Toggle,

newProperty public_oe property

public AttributeProperty newProperty
return AttributeProperty

oldProperty public_oe property

public AttributeProperty oldProperty
return AttributeProperty

panelPrefab public_oe property

public GameObject panelPrefab
return GameObject

prefabList public_oe property

public List prefabList
return List

speedToggle public_oe property

public Toggle, speedToggle
return Toggle,

splitToggle public_oe property

public Toggle, splitToggle
return Toggle,

toggleGroup public_oe property

public ToggleGroup toggleGroup
return ToggleGroup

unitAttributes public_oe property

public UnitAttributes unitAttributes
return UnitAttributes