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]
  2. String filename [@property setter]
    struct Node
    @nogc nothrow @property
    void
    filename
    (
    String v
    )

Meta