DarkRewar / BaseTool

A big library of basic tools that you might need in your Unity projects.
MIT License
41 stars 6 forks source link

Add `Prefix` and `Suffix` attributes #98

Closed DarkRewar closed 4 months ago

DarkRewar commented 4 months ago

Create two custom attributes to allow prefixes and suffixes in inputs

[Suffix("ms")]
public float Speed = 0;

image