Class FrameUpdateCallbackInterface

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class FrameUpdateCallbackInterface : Disposable
Inheritance
FrameUpdateCallbackInterface

Constructors

View Source

FrameUpdateCallbackInterface()

Declaration
C#
Copy
public FrameUpdateCallbackInterface()

Methods

View Source

BakeColor(UInt32, Vector4)

Declaration
C#
Copy
protected bool BakeColor(uint id, Vector4 color)
Parameters
Type Name Description
UInt32 id
Vector4 color
Returns
Type Description
Boolean
View Source

BakePosition(UInt32, Vector3)

Declaration
C#
Copy
protected bool BakePosition(uint id, Vector3 position)
Parameters
Type Name Description
UInt32 id
Vector3 position
Returns
Type Description
Boolean
View Source

BakeScale(UInt32, Vector3)

Declaration
C#
Copy
protected bool BakeScale(uint id, Vector3 scale)
Parameters
Type Name Description
UInt32 id
Vector3 scale
Returns
Type Description
Boolean
View Source

BakeSize(UInt32, Vector3)

Declaration
C#
Copy
protected bool BakeSize(uint id, Vector3 size)
Parameters
Type Name Description
UInt32 id
Vector3 size
Returns
Type Description
Boolean
View Source

GetColor(UInt32, Vector4)

Declaration
C#
Copy
protected bool GetColor(uint id, Vector4 color)
Parameters
Type Name Description
UInt32 id
Vector4 color
Returns
Type Description
Boolean
View Source

GetPosition(UInt32, Vector3)

Declaration
C#
Copy
protected bool GetPosition(uint id, Vector3 position)
Parameters
Type Name Description
UInt32 id
Vector3 position
Returns
Type Description
Boolean
View Source

GetPositionAndSize(UInt32, Vector3, Vector3)

Declaration
C#
Copy
protected bool GetPositionAndSize(uint id, Vector3 Position, Vector3 Size)
Parameters
Type Name Description
UInt32 id
Vector3 Position
Vector3 Size
Returns
Type Description
Boolean
View Source

GetScale(UInt32, Vector3)

Declaration
C#
Copy
protected bool GetScale(uint id, Vector3 scale)
Parameters
Type Name Description
UInt32 id
Vector3 scale
Returns
Type Description
Boolean
View Source

GetSize(UInt32, Vector3)

Declaration
C#
Copy
protected bool GetSize(uint id, Vector3 size)
Parameters
Type Name Description
UInt32 id
Vector3 size
Returns
Type Description
Boolean
View Source

OnUpdate(Single)

Declaration
C#
Copy
public virtual void OnUpdate(float elapsedSeconds)
Parameters
Type Name Description
Single elapsedSeconds
View Source

SetColor(UInt32, Vector4)

Declaration
C#
Copy
protected bool SetColor(uint id, Vector4 color)
Parameters
Type Name Description
UInt32 id
Vector4 color
Returns
Type Description
Boolean
View Source

SetPosition(UInt32, Vector3)

Declaration
C#
Copy
protected bool SetPosition(uint id, Vector3 position)
Parameters
Type Name Description
UInt32 id
Vector3 position
Returns
Type Description
Boolean
View Source

SetScale(UInt32, Vector3)

Declaration
C#
Copy
protected bool SetScale(uint id, Vector3 scale)
Parameters
Type Name Description
UInt32 id
Vector3 scale
Returns
Type Description
Boolean
View Source

SetSize(UInt32, Vector3)

Declaration
C#
Copy
protected bool SetSize(uint id, Vector3 size)
Parameters
Type Name Description
UInt32 id
Vector3 size
Returns
Type Description
Boolean

Extension Methods