Operator implicit operator
implicit operator NuiProperty<T>(T)
Implicitly converts a value to a readonly NUI property.
public static implicit operator NuiProperty<T>(T value)
Parameters
valueTThe value to wrap.
Returns
- NuiProperty<T>
A NuiValue<T> representing the value.