liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
ComponentField
liberty
core
components
struct
ComponentField (
string
access
) {
static if
(
access == "ReadWrite"
)
string
getMethod
;
static if
(
access == "ReadWrite"
)
string
setMethod
;
static if
(!(
access == "ReadWrite"
))
static if
(
access == "ReadOnly"
)
string
getMethod
;
static if
(!(
access == "ReadWrite"
))
static if
(!(
access == "ReadOnly"
))
static if
(
access == "WriteOnly"
)
string
setMethod
;
}
Members
Variables
getMethod
string
getMethod
;
getMethod
string
getMethod
;
setMethod
string
setMethod
;
setMethod
string
setMethod
;
Meta
Source
See Implementation
liberty
core
components
structs
Component
ComponentField
Renderer
Transform
variables
ComponentServices