All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almasb.fxgl.entity.action.CancelPolicy Maven / Gradle / Ivy

/*
 * FXGL - JavaFX Game Library. The MIT License (MIT).
 * Copyright (c) AlmasB ([email protected]).
 * See LICENSE for details.
 */

package com.almasb.fxgl.entity.action;

public enum CancelPolicy {

    /**
     * Cancels just the action itself.
     */
    ONE,

    /**
     * Cancels all queued actions.
     */
    ALL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy