Parallax.PropertyMarkerValue

class Parallax.PropertyMarkerValue<PropertyT>


Class holding a fixed value for a Property in Parallax.

Parameters
<PropertyT>

Class of the property, e.g. IntProperty or FloatProperty.

Summary

Public constructors

PropertyMarkerValue(property: PropertyT!)

Public functions

PropertyT!

Public constructors

PropertyMarkerValue

Added in 1.1.0
PropertyMarkerValue(property: PropertyT!)

Public functions

getProperty

Added in 1.1.0
fun getProperty(): PropertyT!
Returns
PropertyT!

Associated property.