Light constructor
init
Initializes a new instance of the Light
class.
def __init__(self):
...
init
Initializes a new instance of the Light
class.
def __init__(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | Name |
init
Initializes a new instance of the Light
class.
def __init__(self, name, type):
...
Parameter | Type | Description |
---|---|---|
name | str | Name |
type | LightType | New light’s type |
See Also
- module
aspose.threed.entities
- class
Light