Scratch for Java

MapObject::getPropertyFloat()

Retrieves the value of a specified property as a float.

Syntax

Java

.getPropertyFloat(name)

Parameters

Name Data Type Description
name String the name of the property to retrieve

Return

float

getPropertyFloat()