Node.filename

When a scene is instanced from a file, its topmost node contains the filename from which it was loaded.

  1. String filename [@property getter]
    struct Node
    @nogc nothrow @property
    String
    filename
    ()
  2. String filename [@property setter]

Meta