webani - v1.0.0
    Preparing search index...

    A component that creates a perspective camera object.

    This uses WebaniPerspectiveCamera to instantiate a camera with the provided options.

    Hierarchy (View Summary)

    Indexable

    • [key: string | number | symbol]: any
    Index

    Constructors

    Properties

    animationSet: AnimationSet

    Animation set used to track and control animations applied to this group.

    Accessors

    Methods

    • A static method that returns a generator function for creating new instances of the Component class. Types are automatically inferred from the objectConstructor

      Type Parameters

      Parameters

      • this: new (...args: unknown[]) => T

      Returns (...vars: Parameters<T["objectConstructor"]>) => T

      A function that can be used to create instances of the Component class with specific parameters.