pymel.core.nodetypes.NonAmbientLightShapeNode

Inheritance diagram of NonAmbientLightShapeNode

class NonAmbientLightShapeNode(*args, **kwargs)
getDecayRate()

Retrieves the value of the “decayRate” attribute of a non-ambient light node. This attribute determines the type of decay for the light.

Return type:int

Derived from api method maya.OpenMaya.MFnNonAmbientLight.decayRate

setDecayRate(decay_rate)

Sets the value of the “decayRate” attribute of a non-ambient light node.

Parameters :
decay_rate : int

value to which the attribute will be set.

Derived from api method maya.OpenMaya.MFnNonAmbientLight.setDecayRate

Previous topic

pymel.core.nodetypes.Noise

Next topic

pymel.core.nodetypes.NonExtendedLightShapeNode

Core

Core Modules

Other Modules

This Page