konnexengine ~master (2022-03-11T22:24:10Z)
Dub
Repo
VideoInterface
konnexengine
video
core
video
blueprint
Undocumented in source.
interface
VideoInterface {
UUID
id
[@property getter];
string
title
[@property getter];
string
description
[@property getter];
}
Members
Properties
description
string
description
[@property getter]
Undocumented in source.
id
UUID
id
[@property getter]
Undocumented in source.
title
string
title
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
konnexengine
video
core
video
blueprint
classes
Video
interfaces
VideoInterface