LightSpriteBaseapertureFocus Field |
Determines whether and how light is focused in a particular direction.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public float apertureFocus
Field Value
Type:
SingleRemarks A value of 0 causes light to spread over a 180-degree cone (in other words, from a plane)
in the direction determined by
aimX,
aimY and
aimZ.
Values near 1 (but less) focus the light into a narrow beam. Negative values widen the spread.
Negative 1 sheds light in all directions.
See Also