Cocos2D-Mono.Uwp 2.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cocos2D-Mono.Uwp --version 2.4.3
NuGet\Install-Package Cocos2D-Mono.Uwp -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.Uwp" Version="2.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cocos2D-Mono.Uwp --version 2.4.3
#r "nuget: Cocos2D-Mono.Uwp, 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.
// Install Cocos2D-Mono.Uwp as a Cake Addin
#addin nuget:?package=Cocos2D-Mono.Uwp&version=2.4.3

// Install Cocos2D-Mono.Uwp as a Cake Tool
#tool nuget:?package=Cocos2D-Mono.Uwp&version=2.4.3

Cocos2D-Mono for UWP (Windows Universal)

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 was computed. 
Windows Store netcore is compatible.  netcore45 was computed.  netcore451 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.4.7.3 87 4/7/2024
2.4.7.2 76 3/31/2024
2.4.7.1 103 3/3/2024
2.4.7 123 2/22/2024
2.4.6.4 77 2/17/2024
2.4.6.3 102 2/10/2024
2.4.6.2 79 2/4/2024
2.4.6.1 83 1/28/2024
2.4.6 135 12/24/2023
2.4.5.3 124 11/8/2023
2.4.5.2 117 10/18/2023
2.4.5.1 133 10/12/2023
2.4.5 113 10/1/2023
2.4.4.6 117 9/22/2023
2.4.4.5 138 9/13/2023
2.4.4.4 158 8/25/2023
2.4.4.3 142 8/24/2023
2.4.4.2 121 8/22/2023
2.4.4.1 137 8/17/2023
2.4.4 145 8/9/2023
2.4.3 154 8/5/2023
2.4.2 158 7/8/2023
2.4.1 188 4/22/2023
2.4.0 224 3/5/2023
2.3.12 330 11/17/2022
2.3.11 421 8/29/2022
2.3.10 429 7/27/2022
2.3.9 498 6/11/2022
2.3.8 490 2/4/2021
2.3.7 606 3/15/2020
2.3.6 655 6/3/2019
2.3.5.1 667 3/31/2019
2.3.5 770 3/31/2019

- 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