Tizen Native API  5.5
Dali::ConstraintSource Struct Reference

The source of an input property for a constraint. More...

Public Member Functions

 ConstraintSource (Source source)
 Creates a constraint source.
 ConstraintSource (LocalSource local)
 Creates a constraint source.
 ConstraintSource (ParentSource parent)
 Creates a constraint source.

Public Attributes

SourceType sourceType
 The source type.
Property::Index propertyIndex
 The index of the source property.
Handle object
 The target object; only valid if sourceType == OBJECT_PROPERTY.

Detailed Description

The source of an input property for a constraint.

Since:
3.0, DALi version 1.0.0

Constructor & Destructor Documentation

Creates a constraint source.

Since:
3.0, DALi version 1.0.0
Parameters:
[in]sourceA constraint source from an arbitrary object

Creates a constraint source.

Since:
3.0, DALi version 1.0.0
Parameters:
[in]localA local constraint source

Creates a constraint source.

Since:
3.0, DALi version 1.0.0
Parameters:
[in]parentA parent constraint source