<Code Lib>
2023 Method
Changes 0
M

AssetPropertyInteger.IsValidValue

Description:
Checks that the value is a valid value for this property.

public bool IsValidValue(
	int value
)

  • Int32
    value
    The value to be checked.
Return Value bool True if the value is valid for the property.

Loading…