unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
UEPhysicsMaterialInfo
unecht
core
components
physics
material
@
Serialize
struct
UEPhysicsMaterialInfo {
@
UEInspectorRange
!float(0.0f, 1.0f)
dReal
bouncyness
;
@
UEInspectorRange
!float(0.0f, float.
infinity
)
dReal
friction
;
bool
isBouncy
[@property getter];
}
Members
Properties
isBouncy
bool
isBouncy
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bouncyness
dReal
bouncyness
;
Undocumented in source.
friction
dReal
friction
;
Undocumented in source.
Meta
Source
See Implementation
unecht
core
components
physics
material
classes
UEPhysicsMaterial
structs
UEPhysicsMaterialInfo