Bifrost SDK
Bifrost SDK documentation
Bifrost Object Functions

Functions to create and manipulate Bifrost Objects. More...

Functions

Amino::MutablePtr< ObjectBifrost::createObject ()
 Construct a new Object. More...
 
Amino::MutablePtr< ObjectBifrost::createObject (std::initializer_list< Object::Property > properties)
 Construct a new Object with the given properties. More...
 

Detailed Description

Functions to create and manipulate Bifrost Objects.

Function Documentation

◆ createObject() [1/2]

Amino::MutablePtr< Object > Bifrost::createObject ( )

Construct a new Object.

Returns
A Amino::MutablePtr to a new Object.

◆ createObject() [2/2]

Amino::MutablePtr< Object > Bifrost::createObject ( std::initializer_list< Object::Property properties)

Construct a new Object with the given properties.

Returns
A Amino::MutablePtr to the new object with the given properties.