IUnloadable Interface 
              
              
              Namespace: Stride.Core.Yaml
              Assembly: Stride.Core.Assets.dll
              
              
              Objects that can't be loaded as valid Yaml will be converted to a proxy object implementing this interface by Stride.Core.Yaml.ErrorRecoverySerializer.
 
              
              
              
              
              
              
                public interface IUnloadable
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              AssemblyName
              
              
              
              
              
                string AssemblyName { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              
              
              
              
              
              Error
              
              
              
              
              
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              
              
              
              
              
              ParsingEvents
              
              
              
              
              
                List<ParsingEvent> ParsingEvents { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Collections.Generic.List<Stride.Core.Yaml.Events.ParsingEvent> | 
                     | 
                  
                
              
              
              
              
              
              
              TypeName
              
              
              
              
              
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              
              
 
              
               
              
              
              
              
              Extension Methods