Class FrameUpdateCallbackInterface
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class FrameUpdateCallbackInterface : Disposable
- Inheritance
-
object
FrameUpdateCallbackInterface
Constructors
View Source
FrameUpdateCallbackInterface()
Declaration
public FrameUpdateCallbackInterface()
View Source
FrameUpdateCallbackInterface(uint)
Declaration
public FrameUpdateCallbackInterface(uint updateCallbackVersion)
Parameters
| Type |
Name |
Description |
| uint |
updateCallbackVersion |
|
Properties
View Source
AliveCount
Gets the number of currently alived FrameUpdateCallbackInterface object.
Declaration
public static int AliveCount { get; }
Property Value
View Source
UpdateCallbackVersion
Declaration
public uint UpdateCallbackVersion { get; }
Property Value
Methods
View Source
BakeColor(uint, UIColor)
Declaration
protected bool BakeColor(uint id, UIColor color)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIColor |
color |
|
Returns
View Source
BakeColor(uint, Vector4)
Declaration
protected bool BakeColor(uint id, Vector4 color)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector4 |
color |
|
Returns
View Source
BakeOrientation(uint, Rotation)
Declaration
protected bool BakeOrientation(uint id, Rotation rotation)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Rotation |
rotation |
|
Returns
View Source
BakePosition(uint, UIVector2)
Declaration
protected bool BakePosition(uint id, UIVector2 position)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIVector2 |
position |
|
Returns
View Source
BakePosition(uint, Vector3)
Declaration
protected bool BakePosition(uint id, Vector3 position)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
position |
|
Returns
View Source
BakeScale(uint, UIVector2)
Declaration
protected bool BakeScale(uint id, UIVector2 scale)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIVector2 |
scale |
|
Returns
View Source
BakeScale(uint, Vector3)
Declaration
protected bool BakeScale(uint id, Vector3 scale)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
scale |
|
Returns
View Source
BakeSize(uint, UIVector2)
Declaration
protected bool BakeSize(uint id, UIVector2 size)
Parameters
Returns
View Source
BakeSize(uint, Vector3)
Declaration
protected bool BakeSize(uint id, Vector3 size)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
size |
|
Returns
View Source
Dispose(DisposeTypes)
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
View Source
GetColor(uint, out UIColor)
Declaration
protected bool GetColor(uint id, out UIColor color)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIColor |
color |
|
Returns
View Source
GetColor(uint, Vector4)
Declaration
protected bool GetColor(uint id, Vector4 color)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector4 |
color |
|
Returns
View Source
GetIgnored(uint, out bool)
Declaration
protected bool GetIgnored(uint id, out bool ignored)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| bool |
ignored |
|
Returns
View Source
GetOrientation(uint, Rotation)
Declaration
protected bool GetOrientation(uint id, Rotation rotation)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Rotation |
rotation |
|
Returns
View Source
GetPosition(uint, out UIVector2)
Declaration
protected bool GetPosition(uint id, out UIVector2 position)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIVector2 |
position |
|
Returns
View Source
GetPosition(uint, Vector3)
Declaration
protected bool GetPosition(uint id, Vector3 position)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
position |
|
Returns
View Source
GetPositionAndSize(uint, Vector3, Vector3)
Declaration
protected bool GetPositionAndSize(uint id, Vector3 Position, Vector3 Size)
Parameters
Returns
View Source
GetScale(uint, out UIVector2)
Declaration
protected bool GetScale(uint id, out UIVector2 scale)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| UIVector2 |
scale |
|
Returns
View Source
GetScale(uint, Vector3)
Declaration
protected bool GetScale(uint id, Vector3 scale)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
scale |
|
Returns
View Source
GetSize(uint, out UIVector2)
Declaration
protected bool GetSize(uint id, out UIVector2 size)
Parameters
Returns
View Source
GetSize(uint, Vector3)
Declaration
protected bool GetSize(uint id, Vector3 size)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
size |
|
Returns
View Source
GetWorldPositionScaleAndSize(uint, Vector3, Vector3, Vector3)
Declaration
protected bool GetWorldPositionScaleAndSize(uint id, Vector3 Position, Vector3 Scale, Vector3 Size)
Parameters
Returns
View Source
Declaration
protected bool GetWorldTransformAndSize(uint id, Vector3 Position, Vector3 Scale, Rotation Orientation, Vector3 Size)
Parameters
Returns
View Source
OnUpdate(float)
Declaration
public virtual void OnUpdate(float elapsedSeconds)
Parameters
| Type |
Name |
Description |
| float |
elapsedSeconds |
|
View Source
OnUpdate(FrameUpdateCallbackInterface, float)
Declaration
public virtual bool OnUpdate(FrameUpdateCallbackInterface obj, float elapsedSeconds)
Parameters
Returns
View Source
ReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
View Source
SetColor(uint, Vector4)
Declaration
protected bool SetColor(uint id, Vector4 color)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector4 |
color |
|
Returns
View Source
SetIgnored(uint, bool)
Declaration
protected bool SetIgnored(uint id, bool ignored)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| bool |
ignored |
|
Returns
View Source
SetOrientation(uint, Rotation)
Declaration
protected bool SetOrientation(uint id, Rotation rotation)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Rotation |
rotation |
|
Returns
View Source
SetPosition(uint, Vector3)
Declaration
protected bool SetPosition(uint id, Vector3 position)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
position |
|
Returns
View Source
SetScale(uint, Vector3)
Declaration
protected bool SetScale(uint id, Vector3 scale)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
scale |
|
Returns
View Source
SetSize(uint, Vector3)
Declaration
protected bool SetSize(uint id, Vector3 size)
Parameters
| Type |
Name |
Description |
| uint |
id |
|
| Vector3 |
size |
|
Returns
Extension Methods