2025 Method
Changes 0
M

AssetPropertyList.InsertNewAssetPropertyInteger

Description:
Insert a new AssetPropertyInteger containing the input value to this list.
public void InsertNewAssetPropertyInteger(
	int value,
	int index
)
  • value
    The integer value to insert.
  • index
    An integer index.