Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Sends messages to a Unity game object.
Link copied to clipboard
Provides a storage layer for Unity using PlayerPrefs.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Functions
Link copied to clipboard
inline fun <T> createSerializable(noinline encodeToString: (T) -> String, noinline decodeFromString: (String) -> T): Serializable<T>
Creates a new Serializable instance for the given type with the provided serialization and deserialization functions.