Light constructor

__init__(self)

Initializes a new instance of the Light class.


def __init__(self):
    ...

__init__(self, name)

Initializes a new instance of the Light class.


def __init__(self, name):
    ...
ParameterTypeDescription
nameSystem.StringName

__init__(self, name, type)

Initializes a new instance of the Light class.


def __init__(self, name, type):
    ...
ParameterTypeDescription
nameSystem.StringName
typeaspose.threed.entities.LightTypeNew light’s type

See Also