Home
last modified time | relevance | path

Searched refs:m_Type (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h44 : m_Type( SM_PARAM_TYPE_U32 ), in SmParam()
51 SmParamType GetType() const { return m_Type; } in GetType()
56 switch( m_Type ) in GetU32()
81 switch( m_Type ) in GetS32()
105 switch( m_Type ) in GetF32()
129 switch( m_Type ) in GetString()
152 m_Type = SM_PARAM_TYPE_U32; in SetParam()
158 m_Type = SM_PARAM_TYPE_S32; in SetParam()
164 m_Type = SM_PARAM_TYPE_F32; in SetParam()
170 m_Type = SM_PARAM_TYPE_STRING; in SetParam()
[all …]
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleSet.h68 nw::ut::ResTypeInfo m_Type; member
80 nw::ut::ResTypeInfo m_Type; member
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h2608 m_Type(type), in ExtUserData()
2640 return ExtUserDataType(m_Type); in GetType()
2721 ut::ResU8 m_Type; variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp476 initializer.m_Type = resType; in Create()
517 updater.m_Type = resType; in Create()
1001 switch (workInitializer.m_Type) in InitializeParticles()
3025 switch (workUpdater.m_Type) in UpdateParticles()