RawAssetImporter Class
              
              
              Namespace: Stride.Core.Assets
              Assembly: Stride.Core.Assets.dll
              
              
              
              
              
              
              
                 Derived from RawAssetImporter: 
              
              
              
              
              
                public sealed class RawAssetImporter : RawAssetImporterBase<RawAsset>, IAssetImporter
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Constructors
              
                
              
              
              
              
              
              RawAssetImporter()
              
              
              
              
              
                public RawAssetImporter()
               
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              Description
              
              
              
              
              
                public override string Description { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              Overrides
              
              
              
              
              
              
              Id
              
              
              
              
              
                public override Guid Id { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Guid | 
                     | 
                  
                
              
              Overrides
              
              
              
              
              
              
              SupportedFileExtensions
              
              
              
              
              
                public override string SupportedFileExtensions { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              Overrides
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              IsSupportingFile(String)
              
              
              
              
              
                public override bool IsSupportingFile(string filePath)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                    filePath | 
                     | 
                  
                
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              Overrides
              
              
              
 
              
               
              
              
              
              
              
              
              Extension Methods