Cocos2D-Mono.iOS 2.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cocos2D-Mono.iOS --version 2.4.3
                    
NuGet\Install-Package Cocos2D-Mono.iOS -Version 2.4.3
                    
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="Cocos2D-Mono.iOS" Version="2.4.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cocos2D-Mono.iOS" Version="2.4.3" />
                    
Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cocos2D-Mono.iOS --version 2.4.3
                    
#r "nuget: Cocos2D-Mono.iOS, 2.4.3"
                    
#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.
#:package Cocos2D-Mono.iOS@2.4.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cocos2D-Mono.iOS&version=2.4.3
                    
Install as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.iOS&version=2.4.3
                    
Install as a Cake Tool

Cocos2D-Mono for iOS

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-ios16.1 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
2.5.3 154 6/5/2025
2.5.2 94 5/3/2025
2.5.1 106 4/5/2025
2.5.0 117 1/26/2025
2.4.8.3 93 1/14/2025
2.4.8.2 124 11/25/2024
2.4.8.1 121 10/23/2024
2.4.8 125 10/17/2024
2.4.7.18 133 9/24/2024
2.4.7.17 146 9/9/2024
2.4.7.16 159 8/24/2024
2.4.7.15 152 8/15/2024
2.4.7.14 109 8/5/2024
2.4.7.13 120 8/1/2024
2.4.7.12 110 7/31/2024
2.4.7.11 102 7/29/2024
2.4.7.10 114 7/26/2024
2.4.7.9 100 7/25/2024
2.4.7.8 134 7/22/2024
2.4.7.7 128 7/12/2024
2.4.7.6 148 6/24/2024
2.4.7.5 139 5/23/2024
2.4.7.4 129 5/13/2024
2.4.7.3 164 4/7/2024
2.4.7.2 158 3/31/2024
2.4.7.1 210 3/3/2024
2.4.7 242 2/22/2024
2.4.6.4 234 2/17/2024
2.4.6.3 301 2/10/2024
2.4.6.2 270 2/4/2024
2.4.6.1 257 1/28/2024
2.4.6 374 12/24/2023
2.4.5.3 368 11/8/2023
2.4.5.2 382 10/18/2023
2.4.5.1 392 10/12/2023
2.4.5 429 10/1/2023
2.4.4.6 434 9/22/2023
2.4.4.5 438 9/13/2023
2.4.4.4 464 8/25/2023
2.4.4.3 449 8/24/2023
2.4.4.2 481 8/22/2023
2.4.4.1 494 8/17/2023
2.4.4 520 8/9/2023
2.4.3 567 8/5/2023
2.4.2 589 7/8/2023
2.4.1 601 4/22/2023
2.4.0 625 3/5/2023
2.3.12 738 11/17/2022
2.3.11 812 8/29/2022
2.3.10 835 7/27/2022
2.3.9 847 6/11/2022
2.3.8.1 874 2/7/2021
2.3.8 823 2/4/2021
2.3.7 1,091 3/15/2020

- Support for AddedToScene for CCLayer
- New CCTapNode for supporting TouchOneByOne TouchMode
- Support Dispose function for CCNode, CCSprite, CCLayer
- New CCActionState
- Support Math Operators for CCColor4B
- Support for initializing CCScale9Sprite from existing CCSprite
- Added ContentSize getter for CCSpriteFrame
   - Note: OriginalSize will be deprecated in a future release
- Added TextureRectInPixels and SpriteFrame Properties for CCSprite
- Added IsSpriteFrameDisplayed function for CCSprite
   - Note: IsFrameDisplayed will be deprecated in a future release
- New IsNear function for CCPoint
- Added LengthSquared and DistanceSquared functions for CCPoint
   - Note: DistanceSQ, LengthSQ and LengthSquare will be deprecated in a future release
- New CCActions: CCColorBlendAnimation, CCMoveFrom, CCRotateAnimation, CCSwapAction, CCTargetedAction, CCTimerAction
- Support for UnscheduleAll for CCNode
- Added SystemFont and SystemFontSize property for CCLabel
   - Note: FontName and FontSize will be deprecated in a future release
- Added ScaledContentSize and BoundingBoxTransformedToWorld properties for CCNode
- Migrated CCNodeRGBA into CCNode
   - Note: CCNodeRGBA will be deprecated in a future release
- Added Lerp and Clamp functions to CCMathHelper
- New Pi properties for CCMathHelper