exists(path:typeHint:)

    Returns whether a recognized resource exists for the given path.

    ResourceLoader.swift:479
    static func exists(path: String, typeHint: String = "") -> Bool

    An optional typeHint can be used to further specify the Resource type that should be handled by the ResourceFormatLoader. Anything that inherits from Resource can be used as a type hint, for example Image.

    Other members in extension

    Types

    Type members