BubbleScript 1.0.1
dotnet add package BubbleScript --version 1.0.1
NuGet\Install-Package BubbleScript -Version 1.0.1
<PackageReference Include="BubbleScript" Version="1.0.1" />
paket add BubbleScript --version 1.0.1
#r "nuget: BubbleScript, 1.0.1"
// 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
- Add the NuGet package to your project:
dotnet add package YourPackageName
- 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 | Versions 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. |
-
.NETCoreApp 3.1
- UnityEngine (>= 1.0.0)
-
.NETStandard 2.1
- UnityEngine (>= 1.0.0)
-
net5.0
- UnityEngine (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.