Method in MarkupAttribute
Gets a float property named name from this attribute, if present.
name
public bool TryGetProperty(string name, out float result)
string name
string
The name of the property.
float result
float
On return, the property's value if found, or zero if not.
true if a property named name was found; false otherwise.
true
false
Last updated 2 months ago
Was this helpful?