Last updated 1 day ago
Was this helpful?
Method in
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