ClassesDieOn this pageDie Used for implementing actions for the [[ActionContext|Action API]].ImplementsActionIndex ConstructorsconstructorPropertiesidMethodsisCompleteresetstopupdateConstructors constructornew Die(entity: Entity<any>): DieParametersentity: Entity<any>Returns DieProperties idid: number = ...Methods publicisCompleteisComplete(): booleanReturns booleanpublicresetreset(): voidReturns voidpublicstopstop(): voidReturns voidpublicupdateupdate(_delta: number): voidParameters_delta: numberReturns void
Used for implementing actions for the [[ActionContext|Action API]].