Beispiel #1
0
 public IndoorMapMaterialService(IndoorMapMaterialRepository materialRepository, IndoorMapsApiInternal indoorMapsApiInternal)
 {
     m_materialRepository    = materialRepository;
     m_indoorMapsApiInternal = indoorMapsApiInternal;
     m_handleToSelf          = NativeInteropHelpers.AllocateNativeHandleForObject(this);
 }
 public IndoorMapStreamedTextureObserver(IndoorMapMaterialRepository materialRepository)
 {
     m_materialRepository = materialRepository;
 }