Package arcmap :: Module tilemap :: Class Light
[hide private]
[frames] | no frames]

Class Light

source code

object --+
         |
        Light

Instance Methods [hide private]
 
__init__(self, r, sr, x, y)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, r, sr, x, y)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • r (number) - the outer radius of the light
  • sr (number) - the radius of the light source itself
  • x (number) - the x coordinate of the light
  • y (number) - the y coordinate of the light
Overrides: object.__init__