Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ATweenInterface

  1. Copyright (c) 2022 amin2312
  2. Version 1.0.0
  3. MIT License

ATween Property Interface.

IF the target has implement this interface, then the tween will use its interface functions first to update the target.

Hierarchy

  • ATweenInterface

Index

Methods

  • get_tween_prop(name: String): any
  • Get tween property when needs.

    Parameters

    • name: String

    Returns any

  • set_tween_prop(name: String, value: any): void
  • Set tween property when needs.

    Parameters

    • name: String
    • value: any

    Returns void

Generated using TypeDoc