We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SaintsDraw allows to draw arrows in the scene.
When Im developing, I consistently need to write Gizmos to draw arrow, disk etc to track characters , movement etc.
It'll be handy if SaintsField can automatically draw these tools with SaintsDraw using some decorator.
A possible way like:
[HandleSphere(0.5f)] public Transform monster; [HandleArrowStart] public Vector3 patrolStart; [HandleArrowEnd] public Vector3 patrolEnd;
The text was updated successfully, but these errors were encountered:
TylerTemp
No branches or pull requests
SaintsDraw allows to draw arrows in the scene.
When Im developing, I consistently need to write Gizmos to draw arrow, disk etc to track characters , movement etc.
It'll be handy if SaintsField can automatically draw these tools with SaintsDraw using some decorator.
A possible way like:
The text was updated successfully, but these errors were encountered: