Asgard.Core.System.ObjectMapper.Create C# (CSharp) Метод

Create() публичный статический Метод

public static Create ( uint id, ushort typeId ) : NetworkObject
id uint
typeId ushort
Результат NetworkObject
        public static NetworkObject Create(uint id, ushort typeId)
        {
            var compType = LookupType(typeId);
            return Create(id, compType);
        }

Same methods

ObjectMapper::Create ( uint id, Type type ) : NetworkObject