Search
Preparing search index...
The search index is not available
Mixed Reality Extension SDK
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
Light
Class Light
Hierarchy
Light
Implements
LightLike
Index
Constructors
constructor
Properties
enabled
intensity
range
spot
Angle
type
Accessors
color
Methods
copy
toJSON
Constructors
constructor
new
Light
(
)
:
Light
PUBLIC METHODS
Returns
Light
Properties
enabled
enabled
:
boolean
= true
intensity
intensity
:
number
= 1
range
range
:
number
= 1
spot
Angle
spot
Angle
:
number
= Math.PI / 4
type
type
:
LightType
= "point"
Accessors
color
get
color
(
)
:
{}
set
color
(
value
:
Partial
<
Color3
>
)
:
void
Returns
{}
Parameters
value:
Partial
<
Color3
>
Returns
void
Methods
copy
copy
(
from
:
Partial
<
LightLike
>
)
:
this
Parameters
from:
Partial
<
LightLike
>
Returns
this
toJSON
toJSON
(
)
:
LightLike
Returns
LightLike
Globals
Light
constructor
enabled
intensity
range
spot
Angle
type
color
copy
toJSON
PUBLIC METHODS