toggle menu
Drifter
1.0.0-alpha02
jvm
switch theme
search in API
codegen
/
dev.teogor.drifter.codegen.model
/
BridgeKeyData
Bridge
Key
Data
data
class
BridgeKeyData
(
val
name
:
String
,
val
keyName
:
String
,
val
unityNativeMethod
:
String
,
val
type
:
TypeName
)
Members
Constructors
Bridge
Key
Data
Link copied to clipboard
constructor
(
name
:
String
,
keyName
:
String
,
unityNativeMethod
:
String
,
type
:
TypeName
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actual
Unity
Native
Method
Link copied to clipboard
val
actualUnityNativeMethod
:
String
key
Name
Link copied to clipboard
val
keyName
:
String
name
Link copied to clipboard
val
name
:
String
storage
Key
Name
Link copied to clipboard
val
storageKeyName
:
String
storage
Key
Value
Link copied to clipboard
val
storageKeyValue
:
String
type
Link copied to clipboard
val
type
:
TypeName
unity
Native
Method
Link copied to clipboard
val
unityNativeMethod
:
String