SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • CameraPreset
    Index

    Constructors

    Properties

    effects?: boolean
    entityOffset?: Vector3f
    name: string
    parent: string
    position?: Vector3f
    radius?: number
    rotation?: Vector2f
    snapToTarget?: boolean
    speed?: number
    viewOffset?: Vector2f

    Methods

    • Read a value from the stream.

      Parameters

      • _stream: BinaryStream
      • Optional_options: DataTypeOptions

      Returns unknown

      The value read from the stream.

    • Write a value to the stream.

      Parameters

      • _stream: BinaryStream
      • _value: unknown
      • Optional_options: DataTypeOptions

      Returns void