Preparing search index...

    Component that runs a script asset.

    const scriptComponent = sceneObject.addComponent('ScriptComponent')
    scriptComponent.scriptAsset = scriptAsset

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    enabled: boolean

    Whether the component is active.

    id: Uuid

    The unique id of the entity.

    inputNames: string[]

    Names of the script's input parameters.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    name: string

    Name of the component.

    sceneObject: SceneObject

    Scene object this component is attached to.

    scriptAsset: ScriptAsset

    Script asset associated with the script component.

    type: string

    The entity's type.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean