<Code Lib>
2025 Method
Changes 0
M

AssetProperties.IsValidIndex

Description:
Returns true if the provided index is valid.

public bool IsValidIndex(
	int index
)

  • index
    Index to be validated.
Return Value Boolean True if index is valid, false otherwise.

Loading…