2024 Method
Changes 0
M

AssetPropertyList.InsertNewAssetPropertyDouble

Description:
Inserts a new AssetPropertyDouble containing the input value to this list.
public void InsertNewAssetPropertyDouble(
	double value,
	int index
)
  • Double
    value
    The double value to insert.
  • Int32
    index
    An integer index.