Neokernel API

Props.setFloat Method

Sets the property key to a Float of the passed value.

public virtual void setFloat(
   string key,
   float val
);

Parameters

key
The name of the property to set.
val
A float.

See Also

Props Class | com.neokernel.props Namespace