Class TransitionData

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This object translates data from a property array of maps into an array of animators. This is normally used when animating visuals.

C#
Copy
public class TransitionData : BaseHandle, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
Inheritance
Implements

Constructors

View Source

TransitionData(PropertyArray)

Create an instance of TransitionData.

Declaration
C#
Copy
public TransitionData(PropertyArray transition)
Parameters
Type Name Description
PropertyArray transition

The transition data to store (an array of maps of animators).

API Level: 3
View Source

TransitionData(PropertyMap)

Create an instance of TransitionData.

Declaration
C#
Copy
public TransitionData(PropertyMap transition)
Parameters
Type Name Description
PropertyMap transition

The transition data to store (a single animator).

API Level: 3
View Source

TransitionData(TransitionData)

Create an instance of TransitionData by copy constructor.

Declaration
C#
Copy
public TransitionData(TransitionData handle)
Parameters
Type Name Description
TransitionData handle

Handle to an object.

API Level: 3

Methods

View Source

Count()

returns the count of the individual property transitions stored within this handle.

Declaration
C#
Copy
public uint Count()
Returns
Type Description
UInt32

A handle to the image at the specified position.

API Level: 3
View Source

GetAnimatorAt(UInt32)

returns the count of the individual property transitions stored within this handle.

Declaration
C#
Copy
public PropertyMap GetAnimatorAt(uint index)
Parameters
Type Name Description
UInt32 index

The index of the animator.

Returns
Type Description
PropertyMap

A property map representing the animator.

API Level: 3
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Implements

Extension Methods