From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03096.html | 255 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 docs/doxygen/nel/a03096.html (limited to 'docs/doxygen/nel/a03096.html') diff --git a/docs/doxygen/nel/a03096.html b/docs/doxygen/nel/a03096.html new file mode 100644 index 00000000..335bec3b --- /dev/null +++ b/docs/doxygen/nel/a03096.html @@ -0,0 +1,255 @@ + + +NeL: NL3D::CPointLightNamedArray::CPointLightGroup struct Reference + + + +
+

NL3D::CPointLightNamedArray::CPointLightGroup Struct Reference


Detailed Description

+LightGroupName mgt. +

+ +

+Definition at line 87 of file point_light_named_array.h. + + + + + + + + + + + + + + + + + +

Public Member Functions

 CPointLightGroup ()
void serial (NLMISC::IStream &f)

Data Fields

std::string AnimationLight
sint32 AnimationLightIndex
uint32 EndId
uint32 LightGroup
uint32 StartId
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPointLightNamedArray::CPointLightGroup::CPointLightGroup  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file point_light_named_array.h. +

+References AnimationLightIndex. +

+

00096                 {
+00097                         AnimationLightIndex = -1;
+00098                 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CPointLightNamedArray::CPointLightGroup::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 100 of file point_light_named_array.h. +

+References AnimationLight, AnimationLightIndex, EndId, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), and StartId. +

+

00101                 {
+00102                         f.serialVersion (0);
+00103                         f.serial(AnimationLight);
+00104                         f.serial(LightGroup);
+00105                         f.serial(StartId);
+00106                         f.serial(EndId);
+00107 
+00108                         // Reset the animation light index in the scene
+00109                         AnimationLightIndex = -1;
+00110                 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::string NL3D::CPointLightNamedArray::CPointLightGroup::AnimationLight +
+
+ + + + + +
+   + + +

+ +

+Definition at line 89 of file point_light_named_array.h. +

+Referenced by NL3D::CPointLightNamedArray::initAnimatedLightIndex(), and serial().

+

+ + + + +
+ + +
sint32 NL3D::CPointLightNamedArray::CPointLightGroup::AnimationLightIndex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file point_light_named_array.h. +

+Referenced by CPointLightGroup(), NL3D::CPointLightNamedArray::initAnimatedLightIndex(), serial(), and NL3D::CPointLightNamedArray::setPointLightFactor().

+

+ + + + +
+ + +
uint32 NL3D::CPointLightNamedArray::CPointLightGroup::EndId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file point_light_named_array.h. +

+Referenced by serial(), and NL3D::CPointLightNamedArray::setPointLightFactor().

+

+ + + + +
+ + +
uint32 NL3D::CPointLightNamedArray::CPointLightGroup::LightGroup +
+
+ + + + + +
+   + + +

+ +

+Definition at line 91 of file point_light_named_array.h. +

+Referenced by NL3D::CPointLightNamedArray::setPointLightFactor().

+

+ + + + +
+ + +
uint32 NL3D::CPointLightNamedArray::CPointLightGroup::StartId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file point_light_named_array.h. +

+Referenced by serial(), and NL3D::CPointLightNamedArray::setPointLightFactor().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:02:35 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1