这是indexloc提供的服务,不要输入任何密码
Skip to content

This Unity package contains Library Wrapper-generated C# wrappers for a trimmed down version of OpenJDK 8, consisting of java.lang and java.util classes.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

google/library-wrapper-unity-openjdk8

Library Wrapper Unity OpenJDK8 Library

openupm

Library Wrapper is a code generator that parses Java API and produces wrapper APIs in Unity C#. It does this by creating wrappers around every class in the Java API, handling the details of JNI calls, signatures, and memory management.

This Unity package contains generated C# wrappers for a trimmed down version of OpenJDK 8, consisting of java.lang and java.util classes. These wrappers allow developers to access common Java data structures easily. This package is an optional dependency for some Library Wrapper generated Unity packages.

Installation

This package can be installed with OpenUPM:

$ openupm add com.google.librarywrapper.openjdk8

This package can also be installed via the Unity Package Manager. See this guide for details.

This package can be installed by downloading this repo and extract its content to your project's Packages/ folder (embedded package).

How-tos

All the wrappers can be accessed by importing Java.Lang or Java.Util. All methods and fields are renamed with CamelCase.

The Utils.cs file contains some extension methods that converts data structures between Java and C#.

About

This Unity package contains Library Wrapper-generated C# wrappers for a trimmed down version of OpenJDK 8, consisting of java.lang and java.util classes.

Topics

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.meta

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages