Struct Mesh.ModeMetaInfo Last update: 16.07.2025 Namespace: VM.Managed.DAFUL.FE Assembly: VMFE.dll This struct is to represent the mode meta information. public struct Mesh.ModeMetaInfo Constructors ModeMetaInfo(string, ulong) public ModeMetaInfo(string strName, ulong sizeContents) Parameters strName string sizeContents ulong ModeMetaInfo(string) public ModeMetaInfo(string strName) Parameters strName string Fields m_sizeContents public ulong m_sizeContents Field Value ulong m_strName public string m_strName Field Value string