<Code Lib>
2021 Method
Changes 0
M

AssetPropertyList.AddNewAssetPropertyInteger

Description:
Adds a new AssetPropertyInteger containing the input value to this list.

public void AddNewAssetPropertyInteger(
	int value
)

  • Int32
    value
    The integer value to add.

Loading…