Class MyEntityContainerEventExtensions.ModelChangedParams
  
  This class object is passed as argument with ModelChanged entity event
    Inheritance
    System.Object
    
    MyEntityContainerEventExtensions.ModelChangedParams
   
  
  Assembly: Sandbox.Game.dll
  Syntax
  
    public class ModelChangedParams : MyEntityContainerEventExtensions.EntityEventParams
   
  Constructors
  
  
  
  
  ModelChangedParams(String, Vector3, Single, Single, String, String[])
  
  
  Declaration
  
    public ModelChangedParams(string model, Vector3 size, float mass, float volume, string displayName, string[] icons)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | model |  | 
      
        | Vector3 | size |  | 
      
        | System.Single | mass |  | 
      
        | System.Single | volume |  | 
      
        | System.String | displayName |  | 
      
        | System.String[] | icons |  | 
    
  
  Fields
  
  
  
  DisplayName
  
  
  Declaration
  
    public string DisplayName
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  Icons
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  Mass
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  Model
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  Size
  
  
  Declaration
  
  Field Value
  
  
  
  Volume
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  |