Uses of Class
playn.scene.Interaction.CaptureMode
-
Uses of Interaction.CaptureMode in playn.scene
Methods in playn.scene that return Interaction.CaptureMode Modifier and Type Method Description static Interaction.CaptureModeInteraction.CaptureMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Interaction.CaptureMode[]Interaction.CaptureMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in playn.scene with parameters of type Interaction.CaptureMode Modifier and Type Method Description voidInteraction. capture(Interaction.CaptureMode mode)Captures this interaction in the specified capture mode.