| Top |
GthreeDirectionalLight * gthree_directional_light_new (const graphene_vec3_t *color,float intensity);
void gthree_directional_light_set_target (GthreeDirectionalLight *directional,GthreeObject *target);
GthreeObject *
gthree_directional_light_get_target (GthreeDirectionalLight *directional);
“target” property“target” GthreeObject *
Target.
Owner: GthreeDirectionalLight
Flags: Read / Write