Resource.resourcePath

The path to the resource. In case it has its own file, it will return its filepath. If it's tied to the scene, it will return the scene's path, followed by the resource's index.

  1. String resourcePath [@property getter]
  2. String resourcePath [@property setter]
    struct Resource
    @nogc nothrow @property
    void
    resourcePath
    (
    String v
    )

Meta