Class ApplyToMaterial
  
  Sets up a material to display the video from a MediaPlayer
 
  
  
    Inheritance
    System.Object
    
    ApplyToMaterial
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    public sealed class ApplyToMaterial : ApplyToBase
   
  Properties
  
  
  DefaultTexture
  
  
  Declaration
  
    public Texture2D DefaultTexture { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Texture2D | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public Material Material { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Material | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public Vector2 Offset { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public Vector2 Scale { get; set; }
   
  Property Value
  
  
  TexturePropertyName
  
  
  Declaration
  
    public string TexturePropertyName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  
  
  
  Declaration
  
    public override void Apply()
   
  Overrides
  
  
  
  
  
  Declaration
  
    protected override void RestoreProperties()
   
  Overrides
  
  
  
  
  
  Declaration
  
    protected override void SaveProperties()
   
  Overrides