.NET Animation Toolkit 1.0.3

Developers


Description


.NET Animation Toolkit

AnimationV is a .NET library that enhances the functionality of markers and objects in GTA V. It enables animation for markers & objects, allowing them to move, animate, blink, change color, set visibility flags, improve game performance, and perform contact checks, among other features. **Current Features:** - Animate Markers - Change Marker Properties - Utilize Visibility Flags (See Below) - Check Marker Contact - More Functionality **Model/Object Support Coming Soon:** **Marker Class:** **Functions & Properties:** - (Color) Color: Sets or returns the marker color ([System.Drawing.Color]). - (void) Draw: Draws the current marker object. - (RenderFlag enum) Flag: Sets or returns the render flag, controlling marker visibility within specific radii (Close, Nearby, Far, Any). - (bool) IsClose: Returns true if the player is within the close radius of the marker. - (bool) IsNearby: Returns true if the player is within the nearby radius of the marker. - (bool) IsFar: Returns true if the player is within the far radius of the marker. - (bool) IsVisible: Returns true if the marker is visible. - (MarkerType enum) MarkerType: Sets or returns the current marker type. - (bool) PedIsAtMarker: Returns true if a ped is located at the marker. - (Vector3) Direction: Sets or returns the direction of the marker. - (Vector3) Position: Sets or returns the current position of the marker. - (Vector3) Rotation: Sets or returns the current rotation of the marker. - (Vector3) Scale: Sets or returns the current scale of the marker. - (bool) ShowDebug: Displays debug UI if set to true. - (bool) Visible: Sets the visibility of the marker, overriding render flags. **Changelog:** 1.0.3 - Added marker rotation animation. - Added marker blink animation. 1.0.2 - Added rotation functionality to the Close method. - Removed "Scale" from the constructor; default scale value is now set. - Fixed a misspelled function. - Added version information in the main section. 1.0.1 - Fixed default scale issue. 1.0.0 - Initial release.
First Upload: November 13, 2024 Last Updated: November 13, 2024


0 Comments