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]
    struct Resource
    @nogc nothrow @property
    String
    resourcePath
    ()
  2. String resourcePath [@property setter]

Meta