Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Vector2Pin

Hierarchy

Index

Constructors

constructor

  • new Vector2Pin(id?: undefined | string, type?: PinType): Vector2Pin

Properties

id

id: string

name

name: string

type

type: PinType

value

value: Vector2

Static runtimeValueAccessor

runtimeValueAccessor: string = "_value"

Accessors

version

  • get version(): number

Methods

copy

deserialize

destroy

  • destroy(): void

getData

  • getData(): T

isA

  • isA<T>(type: object): boolean

serialize

setData

setProperty

  • setProperty(name: string, value: any): void

setState

upgrade