Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_light_properties.h File Reference

Property accessors for KzuLightNode. More...

#include "kzu_light.h"
#include <system/kzs_types.h>
#include <system/debug/kzs_error.h>
#include <system/kzs_header.h>

Functions

kzBool kzuLightNodeIsEnabled (const struct KzuLightNode *lightNode)
 Gets the value of property Enabled in lightNode. More...
 
kzsError kzuLightNodeSetEnabled (const struct KzuLightNode *lightNode, kzBool value)
 Sets the value of property Enabled in lightNode. More...
 

Detailed Description

Property accessors for KzuLightNode.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzBool kzuLightNodeIsEnabled ( const struct KzuLightNode lightNode)

Gets the value of property Enabled in lightNode.

kzsError kzuLightNodeSetEnabled ( const struct KzuLightNode lightNode,
kzBool  value 
)

Sets the value of property Enabled in lightNode.