.ntsn - Scene

.ntsn is a scene format, used to defines the application’s scenes.

.ntsn is in the JSON format, and can be read and written using JSON.

Name

Type

Description

Possible values

entities

Array of Objects

The scene’s Entities.

Name

Type

Description

Possible values

name

String

The name of the Entity.

Any string.

isPersistent

Boolean

The Entity’s persistence.

Any boolean (true or false).

Object

A Component.

See each Component’s page.