Options
All
  • Public
  • Public/Protected
  • All
Menu

Base parameters for gdjs.RuntimeObject3D

Hierarchy

Index

Properties

behaviors: any[]

The list of default behaviors.

The base parameters of the RuntimeObject3D

effects: EffectData[]

The list of effects.

name: string

The name of the object. During the game, objects can be queried by their name (see {@link gdjs.RuntimeScene.prototype.getObjects} for example).

type: string

The object type.

variables: RootVariableData[]

The list of default variables.

Generated using TypeDoc