Jordy3D / BaneTools

An ever-growing collection of code and tools that make life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 ▄   ▄  
▄██▄▄██▄          ╔╗ ┌─┐┌┐┌┌─┐█  
███▀██▀██         ╠╩╗├─┤│││├┤ █  
▀███████▀         ╚═╝┴ ┴┘└┘└─┘█  
  ▀███████▄▄      ▀▀▀▀▀▀▀▀▀▀▀▀█▀  
   ██████████▄  
 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▀   

A never-ending collection of potentially useful tools. This collection is very much a work in progress type thing and is updated as I find new things that may be of use, or I learn new methods of achieving a result. If you have any suggestions or fixes, feel free to share em however you see fit.

Usage

using BT;

Then, when you want to call a function from BaneExtensions.cs, use:

BaneMath.FunctionHere();
BaneRays.FunctionHere();
//etc...

There's also many extensions you can try, such as:

transform.CanSee(target);
muzzle.RayForward(range);
myScore.WithinRange(rangeLow, rangeHigh);

About

An ever-growing collection of code and tools that make life easier

License:MIT License


Languages

Language:C# 100.0%