Package-level declarations
Types
Link copied to clipboard
class AndroidUtils
Link copied to clipboard
interface IUnityPlayerInstanceCreatedListener
Listens for when com.unity3d.player.UnityPlayer
instance is created.
Link copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER] )
Link copied to clipboard
class UnityDispatcher(val gameObject: String, val functionName: String, val functionParameter: Message)