GameDevRepo

Free Unity C# Script library used to make a full Unity3d game.


Project maintained by wesleywh Hosted on GitHub Pages — Theme by mattgraham

Back To Navigation Tree

ModifyInt

Description:

Variables:

List of variables that you can modify in the inspector.

Access Name Type Default Value Description
public ModifyType {Subtract, Add, Multiply, Divide, Set} enum no default No description.
public modifyBy int no default No description.
public targetVariable SharedInt no default No description.
public modifyType ModifyType no default No description.
public TaskStatus OnUpdate() override no default No description.