GLTFLight
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
from_dictionary ( Dictionary dictionary ) static |
|
get_additional_data ( StringName extension_name ) |
|
void |
set_additional_data ( StringName extension_name, Variant additional_data ) |
to_dictionary ( ) const |
|
to_node ( ) const |
Property Descriptions
Color color = Color(1, 1, 1, 1)
There is currently no description for this property. Please help us by contributing one!
float inner_cone_angle = 0.0
There is currently no description for this property. Please help us by contributing one!
float intensity = 1.0
There is currently no description for this property. Please help us by contributing one!
String light_type = ""
There is currently no description for this property. Please help us by contributing one!
float outer_cone_angle = 0.785398
There is currently no description for this property. Please help us by contributing one!
float range = inf
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
GLTFLight from_dictionary ( Dictionary dictionary ) static
There is currently no description for this method. Please help us by contributing one!
GLTFLight from_node ( Light3D light_node ) static
There is currently no description for this method. Please help us by contributing one!
Variant get_additional_data ( StringName extension_name )
There is currently no description for this method. Please help us by contributing one!
void set_additional_data ( StringName extension_name, Variant additional_data )
There is currently no description for this method. Please help us by contributing one!
Dictionary to_dictionary ( ) const
There is currently no description for this method. Please help us by contributing one!
Light3D to_node ( ) const
There is currently no description for this method. Please help us by contributing one!