Gets the opacity of the graphics entity.
"customGraphicsEntity_var" is a variable referencing a CustomGraphicsEntity object.
|
|
Type | Description |
boolean | Returns true if getting the opacity information was successful. |
Name | Type | Description |
opacity | double | The opacity value where 1.0 is completely opaque and 0.0 is completely transparent. |
isOverride | boolean | Indicates if this entities opacity will override the opacity defined by the material. If true, it will override the material opacity and if false the opacity values will accumulate. |