[][src]Crate sixtyfps_interpreter

SixtyFPS interpreter library

NOTE: This library is an internal crate for the SixtyFPS project. This crate should not be used directly by application using SixtyFPS. You should use the sixtyfps crate instead

Structs

CompilerConfiguration

CompilationConfiguration allows configuring different aspects of the compiler.

ModelPtr

A Pointer to a model

Enums

Value

This is a dynamically typed Value used in the interpreter, it need to be able to be converted from and to anything that can be stored in a Property

Functions

load

Type Definitions

ComponentBox
ComponentDescription