Parallax.PropertyMarkerValue

public 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(PropertyT property)

Public methods

PropertyT

Public constructors

PropertyMarkerValue

Added in 1.1.0
public PropertyMarkerValue(PropertyT property)

Public methods

getProperty

Added in 1.1.0
public PropertyT getProperty()
Returns
PropertyT

Associated property.