Click or drag to resize

WeatherMakerMaterialCopy Class

Clones a material
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerMaterialCopy

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class WeatherMakerMaterialCopy : IDisposable

The WeatherMakerMaterialCopy type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerMaterialCopy
Initializes a new instance of the WeatherMakerMaterialCopy class
Top
Properties
  NameDescription
Public propertyCopy
Current clone of material
Public propertyOriginal
Original material
Top
Methods
  NameDescription
Public methodDispose
Dispose of copy, can be called multiple times
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Update to a new material
Top
Operators
See Also