Class MockResolveFailure
  Failure that is tracked for a mock prefab which could not be resolved to a real prefab or other type.
  
  
    Inheritance
    
    MockResolveFailure
   
  
  
  Assembly: Jotunn.dll
  Syntax
  
    public class MockResolveFailure
   
  Constructors
  
  Properties
  
    
      
        | Name | Description | 
    
    
      
        | FailedMockName | Name of the type that could not be resolved. Mock prefix is already removed. | 
      
        | FailedMockPath | Path within the prefab that could not be resolved. | 
      
        | Message | Additional message to display when printing warnings. | 
      
        | MockResolveFailures | Accumulated list of the tracked MockResolveFailure. | 
      
        | MockType | Type of the prefab that could not be resolved. | 
    
  
  Methods
  
  Extension Methods