Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RayCastOnPlane

Hierarchy

Index

Constructors

constructor

Properties

id

id: string

position

position: Vector2 = new Vector2()

Accessors

ownerBehavior

pins

Methods

convert

  • convert(): void

copy

Protected createArrayPin

Protected createAssetPin

Protected createComponentReferencePin

Protected createPin

  • createPin<T>(name: string, type: PinType, ctor: Constructor<T>, ...args: any[]): void

deserialize

destroy

  • destroy(): void

filterPins

  • filterPins(filter: function): BasePin[]

findPin

  • findPin(pinId: string): undefined | BasePin

findPinByName

  • findPinByName(pinName: string): undefined | BasePin

isA

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

isLoaded

  • isLoaded(): boolean

onBehaviorStarted

  • onBehaviorStarted(): void

sendSignal

  • sendSignal(outputPinName: string): void

serialize

setProperty

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

setState

upgrade