You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/CryEngine/CryCommon/IEntityRenderState_info.cpp

46 lines
1.7 KiB
C++

/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#include "TypeInfo_impl.h"
#include <IEntityRenderState.h> // <> required for Interfuscator
ENUM_INFO_BEGIN(EERType)
ENUM_ELEM_INFO(, eERType_NotRenderNode)
ENUM_ELEM_INFO(, eERType_Dummy_10)
ENUM_ELEM_INFO(, eERType_Light)
ENUM_ELEM_INFO(, eERType_Cloud)
ENUM_ELEM_INFO(, eERType_TerrainSystem)
ENUM_ELEM_INFO(, eERType_FogVolume)
ENUM_ELEM_INFO(, eERType_Decal)
ENUM_ELEM_INFO(, eERType_Dummy_6)
ENUM_ELEM_INFO(, eERType_WaterVolume)
ENUM_ELEM_INFO(, eERType_Dummy_7)
ENUM_ELEM_INFO(, eERType_DistanceCloud)
ENUM_ELEM_INFO(, eERType_VolumeObject)
ENUM_ELEM_INFO(, eERType_Dummy_0)
ENUM_ELEM_INFO(, eERType_Rope)
ENUM_ELEM_INFO(, eERType_PrismObject)
ENUM_ELEM_INFO(, eERType_Dummy_2)
ENUM_ELEM_INFO(, eERType_Dummy_4)
ENUM_ELEM_INFO(, eERType_RenderComponent)
ENUM_ELEM_INFO(, eERType_StaticMeshRenderComponent)
ENUM_ELEM_INFO(, eERType_DynamicMeshRenderComponent)
ENUM_ELEM_INFO(, eERType_SkinnedMeshRenderComponent)
ENUM_ELEM_INFO(, eERType_GameEffect)
ENUM_ELEM_INFO(, eERType_BreakableGlass)
ENUM_ELEM_INFO(, eERType_Dummy_3)
ENUM_ELEM_INFO(, eERType_Dummy_9)
ENUM_ELEM_INFO(, eERType_GeomCache)
ENUM_ELEM_INFO(, eERType_TypesNum)
ENUM_INFO_END(EERType)