AssetComposite Class
              
              
              Namespace: Stride.Core.Assets
              Assembly: Stride.Core.Assets.dll
              
              
              Base class for an asset that supports inheritance by composition.
 
              
              
              
                 System.Object →  
Asset →  
                
AssetComposite
               
              
              
              
              
              
                public abstract class AssetComposite : Asset, IAssetComposite
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              CollectParts()
              
              
              
              
              
                [Obsolete("The AssetPart struct might be removed soon")]
public abstract IEnumerable<AssetPart> CollectParts()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Collections.Generic.IEnumerable<AssetPart> | 
                     | 
                  
                
              
              
              
              
              
              
              ContainsPart(Guid)
              
              
              
              
              
                public abstract bool ContainsPart(Guid id)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.Guid | 
                    id | 
                     | 
                  
                
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              FindPart(Guid)
              
              
              
              
              
                public abstract IIdentifiable FindPart(Guid partId)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.Guid | 
                    partId | 
                     | 
                  
                
              
              Returns
              
              
              
 
              
               
              
              
              
              
              
              
              Extension Methods