Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpineLoaderInfo

Index

Constructors

constructor

  • new SpineLoaderInfo(name?: string, baseFileName?: string, path?: string): SpineLoaderInfo
  • Parameters

    • Default value name: string = ""
    • Default value baseFileName: string = ""
    • Default value path: string = ""

    Returns SpineLoaderInfo

Properties

baseFileName

baseFileName: string

name

name: string

path

path: string

Accessors

atlasFileName

  • get atlasFileName(): string
  • Return the atlas file name for the spine

    Returns string

imageFileName

  • get imageFileName(): string
  • Return the image file name for the spine

    Returns string

jsonFileName

  • get jsonFileName(): string
  • Return the json file name for the spine

    Returns string

loaderFile

  • get loaderFile(): string
  • Return the file path to the file use to load the spine (currently it's the file path to the json file)

    Returns string

Methods

Static basic

  • Parameters

    • name: string
    • path: string

    Returns SpineLoaderInfo