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