ClassesMeetOn this pageMeet Used for implementing actions for the [[ActionContext|Action API]].ImplementsActionIndex ConstructorsconstructorPropertiesxyMethodsisCompleteresetstopupdateConstructors constructornew Meet(actor: Entity<any>, actorToMeet: Entity<any>, speed?: number): MeetParametersactor: Entity<any>actorToMeet: Entity<any>optionalspeed: numberReturns MeetProperties publicxx: numberpublicyy: numberMethods publicisCompleteisComplete(): booleanReturns booleanpublicresetreset(): voidReturns voidpublicstopstop(): voidReturns voidpublicupdateupdate(_delta: number): voidParameters_delta: numberReturns void
Used for implementing actions for the [[ActionContext|Action API]].