|
array[0].push_back(Color(0.1, 0.2, 0.3, 0.4))
|
|
array[0].push_back(Color(0.1, 0.2, 0.3, 0.4))
|
|
Instead, the entire [PoolColorArray] property must be [i]reassigned[/i] with [code]=[/code] for it to be changed:
|
|
Instead, the entire [PoolColorArray] property must be [i]reassigned[/i] with [code]=[/code] for it to be changed:
|