Struct Mesh.MetaInfo Last update: 16.07.2025 Namespace: VM.Managed.DAFUL.FE Assembly: VMFE.dll This struct is to represent the meta information. public struct Mesh.MetaInfo Constructors MetaInfo(string, uint, string, Type) Initializes a new instance of the class. public MetaInfo(string strName, uint nVer, string strPrefix, Type type) Parameters strName string The name of MetaInfo. nVer uint The version. strPrefix string The prefix. type Type The type. Fields m_csi The ConstructorInfo. public ConstructorInfo m_csi Field Value ConstructorInfo m_nVersion The version. public uint m_nVersion Field Value uint m_strName The name. public string m_strName Field Value string m_strNewNamePrefix The name prefix. public string m_strNewNamePrefix Field Value string