kyd
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kyd
kyd-core
/
uk.co.nickthecoder.kyd
/
FileResource
File
Resource
interface
FileResource
:
Resource
Inheritors
ActResource
Font
Graphic
Members
Properties
filename
Link copied to clipboard
abstract
val
filename
:
String
name
Link copied to clipboard
abstract
val
name
:
String
parent
Link copied to clipboard
abstract
override
val
parent
:
ParentResource
resource
Type
Link copied to clipboard
abstract
val
resourceType
:
ResourceType
Functions
dangerous
Rename
Link copied to clipboard
abstract
fun
dangerousRename
(
newName
:
String
)
find
Link copied to clipboard
open
fun
find
(
path
:
String
)
:
Resource
?
find
Appearance
Link copied to clipboard
open
fun
findAppearance
(
path
:
String
)
:
AppearanceResource
?
find
Child
Link copied to clipboard
abstract
fun
findChild
(
name
:
String
)
:
Resource
?
find
Unresolved
Link copied to clipboard
open
fun
findUnresolved
(
path
:
String
)
:
Resource
?
game
Link copied to clipboard
abstract
fun
game
(
)
:
Game
path
Link copied to clipboard
abstract
fun
path
(
)
:
String