<Code Lib>
2025.3 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
)

  • Int32
    value
    The integer value to insert.
  • Int32
    index
    An integer index.

Loading…