IPropertyOwner.getProperty

Gets the value of a given property.

interface IPropertyOwner
@nogc nothrow const
float
getProperty
(
quark key
)

Parameters

key quark

The name of the property.

Return Value

Type: float

The floating point value of the property.

Meta