CoronaLabs.Corona.WinRT Namespace |
Class | Description | |
---|---|---|
![]() | CoronaBoxedBoolean | Stores a boolean value that can be transferred to/from Lua. Instances of this class are immutable. |
![]() | CoronaBoxedData | Provides an easy means of converting Lua data to a Corona boxed data object. You cannot create instances of this class. You can only use this class' static methods. |
![]() | CoronaBoxedList | Stores a collection of boxed data that can be transferred to/from Lua as an array. |
![]() | CoronaBoxedNumber | Stores a floating point value that can be transferred to/from Lua. Instances of this class are immutable. |
![]() | CoronaBoxedString | Stores a string that can be transferred to/from Lua. Instances of this class are immutable. |
![]() | CoronaBoxedTable | Stores a dictionary of key/value pairs that can be transferred to/from Lua as a table. |
![]() | CoronaLuaEventArgs | Provides a generic collection of all property values belonging to a Corona event dispatched to/from Lua. |
![]() | CoronaLuaEventProperties |
Stores a collection of name/value property pairs for one Corona event that is intended to be dispatched to/from Lua.
|
![]() | CoronaRuntime | Runtime used to run a Corona project and manage its lifetime via its suspend, resume, and terminate methods and events. You would not normally create a CoronaRuntime instance yourself. Instead, you would use a Corona runtime object provided by a "CoronaLabs.Corona.WinRT.Phone.CoronaPanel" Xaml control. |
![]() | CoronaRuntimeEnvironment | Provides information and services for one active Corona runtime instance. |
![]() | CoronaRuntimeEventArgs | Provides information about a Corona runtime event. |
![]() | CoronaRuntimeLaunchSettings |
Provides customizable settings that Corona should use on startup, such as directory paths to be used in Lua
and the Lua file to be executed on startup.
|
![]() | DispatchCoronaLuaEventResult | Indicates if the Corona runtime has succeeded in dispatching a Corona event to/from Lua. Provides the result returned by Corona event handler/listener if dispatched successfully. |
![]() | ReadOnlyCoronaLuaEventProperties | Wraps an existing CoronaLuaEventProperties object, providing read-only access to the collection's properties. Note that this read-only collection cannot prevent modifications of mutables property values. |
Interface | Description | |
---|---|---|
![]() | ICoronaBoxedComparableData | Object which stores a single value that can be transferred to/from Lua. Can perform Equals() and CompareTo() checks with other comparable objects and can be used as a key in a table. Instances of this interface are immutable and can be used as a key in a hash table or dictionary. |
![]() | ICoronaBoxedData | Stores data that can be transferred to/from Lua. |
Delegate | Description | |
---|---|---|
![]() | CoronaLuaEventHandler | Delegate to be invoked by the Corona runtime when an event has been dispatched from Lua. An instance of this handler is expected to be given to the CoronaRuntimeEnvironment::AddEventListener() method in order to subscribe to a particular Corona event. |
Enumeration | Description | |
---|---|---|
![]() | CoronaRuntimeState |
Indicates the current state of a CoronaRuntime object such as Starting, Running, etc.
|