<Code Lib>
2025.3 Method
Changes 0
M

AssetProperties.IsValidIndex

Description:
Returns true if the provided index is valid.

public bool IsValidIndex(
	int index
)

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

Loading…