TemplateAssetDescription Class
              
              
              Namespace: Stride.Core.Assets.Templates
              Assembly: Stride.Core.Assets.dll
              
              
              A template for creating assets.
              
              
                [DataContract("TemplateAsset")]
public class TemplateAssetDescription : TemplateDescription, IFileSynchronizable
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              AssetTypeName
              
              
              
              
              
                public string AssetTypeName { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.String |  | 
                
              
              
              
              
              
              
              ImportSource
              
              
              
              
              
                public bool ImportSource { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Boolean |  | 
                
              
              
              
              
              
              
              RequireName
              
              
              
              
              
                public bool RequireName { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Boolean |  | 
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              GetAssetType()
              
              
              
              
              
                public Type GetAssetType()
               
              
              Returns
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Type |  | 
                
              
              
              
              
              
              
              GetSupportedExtensions()
              
              
              
              
              
                public FileExtensionCollection GetSupportedExtensions()
               
              
              Returns
              
              
              
 
              
               
              
              
              
              
              
              
              Extension Methods