12 enum AnimatPropertyType
22 enum AnimatPropertyDirection
40 TypeProperty(std::string strName, AnimatPropertyType eType, AnimatPropertyDirection eDirection);
43 virtual std::string TypeName();
44 virtual std::string DirectionName();
46 std::string m_strName;
47 AnimatPropertyType m_eType;
48 AnimatPropertyDirection m_eDirection;
Root namespace for the base simulation library for AnimatLab.
Class that stores information about types for QueryProperty information.