Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h46 : m_Type( SM_PARAM_TYPE_U32 ), in SmParam()
53 SmParamType GetType() const { return m_Type; } in GetType()
58 switch( m_Type ) in GetU32()
83 switch( m_Type ) in GetS32()
107 switch( m_Type ) in GetF32()
131 switch( m_Type ) in GetString()
154 m_Type = SM_PARAM_TYPE_U32; in SetParam()
160 m_Type = SM_PARAM_TYPE_S32; in SetParam()
166 m_Type = SM_PARAM_TYPE_F32; in SetParam()
172 m_Type = SM_PARAM_TYPE_STRING; in SetParam()
[all …]
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleSet.h70 nw::ut::ResTypeInfo m_Type; member
82 nw::ut::ResTypeInfo m_Type; member
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h2643 m_Type(type), in ExtUserData()
2675 return ExtUserDataType(m_Type); in GetType()
2756 ut::ResU8 m_Type; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp478 initializer.m_Type = resType; in Create()
519 updater.m_Type = resType; in Create()
1015 switch (workInitializer.m_Type) in InitializeParticles()
3101 switch (workUpdater.m_Type) in UpdateParticles()