BubbleScript 1.0.1

dotnet add package BubbleScript --version 1.0.1
NuGet\Install-Package BubbleScript -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BubbleScript" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BubbleScript --version 1.0.1
#r "nuget: BubbleScript, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BubbleScript as a Cake Addin
#addin nuget:?package=BubbleScript&version=1.0.1

// Install BubbleScript as a Cake Tool
#tool nuget:?package=BubbleScript&version=1.0.1

BubbleScript NuGet Package

Description

This NuGet package contains the BubbleScript class, a script for controlling the floating behavior of a bubble in a Unity game. The bubble can start floating with a specified speed and end point, and it will be destroyed when it reaches the top of the screen.

Usage

  1. Add the NuGet package to your project:
dotnet add package YourPackageName
  1. Use the BubbleScript class in your code:
BubbleScript bubble = new BubbleScript();
bubble.startFloating(5.0f, 10.0f);

Methods

startFloating(float speed, float endPointX) Starts the bubble floating upwards at the specified speed. The bubble will be destroyed when it reaches the top of the screen.

Properties speed: The speed at which the bubble floats upwards. endPointX: The x-coordinate at which the bubble will stop floating. isFloating: A boolean indicating whether the bubble is currently floating. Requirements Unity 2019.4 or later .NET Standard 2.1 or later

License This project is licensed under the MIT License - see the LICENSE.md file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 144 4/14/2024
1.0.0 115 3/26/2024