HaloMap.RawData.PRTMModel.PRTMModel C# (CSharp) 메소드

PRTMModel() 공개 메소드

Initializes a new instance of the PRTMModel class.
public PRTMModel ( Meta &meta ) : System.Collections
meta HaloMap.Meta.Meta The meta.
리턴 System.Collections
        public PRTMModel(ref Meta meta)
        {
            H2ParsedPRTM(ref meta);
        }