Kanzi  3.9.2
Kanzi Engine API
viewport2d.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 
 kanzi::interop
 

Functions

KANZI_INTEROP_API ObjectReference * kanzi::interop::Viewport2D_create (Context *context, string_view name)
 
KANZI_INTEROP_API ObjectReference * kanzi::interop::Viewport2D_create (Context *context, string_view name, float width, float height)
 
KANZI_INTEROP_API ObjectReference * kanzi::interop::Viewport2D_createDefault (Context *context, string_view name)
 
KANZI_INTEROP_API ObjectReference * kanzi::interop::Viewport2D_createDefault (Context *context, string_view name, float width, float height)
 
KANZI_INTEROP_API ObjectWrapper * kanzi::interop::Viewport2D_getScene (ObjectWrapper *viewportWrapper)
 
KANZI_INTEROP_API void kanzi::interop::Viewport2D_setScene (ObjectWrapper *viewportWrapper, ObjectWrapper *scene)