Results 3 issues of Paul-1379

Add the ability to make comparisons directly in the ifAttribute like: ``` using BaseTool; using UnityEngine; public class MonoScript : MonoBehaviour { public int Number; [If("Number == 0")] public int...

enhancement
module:core

documentation
enhancement
good first issue
module:movement

Add these vector3 extensions to vector2: - ChangeX(float x), ChangeY(float y), ChangeZ(float z) - Clamp(Vector2 min, Vector2 max) - Lerp(Vector2 begin, Vector2 end) - InverseLerp(Vector2 begin, Vector2 end) - LimitLength(float...

documentation
enhancement
module:core