DustEngine  0.2.0
DustEngine.Remapping Class Reference
Inheritance diagram for DustEngine.Remapping:
DustEngine.IDynamicState

Public Types

enum class  PostReshapeMode { None = 0 , Step = 1 , Curve = 2 }
 
enum class  ColorMode {
  Ignore = 0 , Color = 1 , Gradient = 2 , Rainbow = 3 ,
  RandomColor = 4 , RandomColorInRange = 5
}
 

Public Member Functions

int GetDynamicStateHashCode ()
 
float MapValue (float inValue)
 

Protected Attributes

Color m_Color = new Color(0.0f, 0.5f, 1.0f)
 
Gradient m_Gradient = DuGradient.CreateBlackToColor(new Color(0.0f, 0.5f, 1.0f))
 
Color m_RandomMinColor = Color.black
 
Color m_RandomMaxColor = Color.red
 

Properties

bool remapForceEnabled [get, set]
 
float strength [get, set]
 
float offset [get, set]
 
bool limitByStrength [get, set]
 
bool invert [get, set]
 
float min [get, set]
 
float max [get, set]
 
ClampMode clampMode [get, set]
 
float clampMin [get, set]
 
float clampMax [get, set]
 
float postPower [get, set]
 
PostReshapeMode postReshapeMode [get, set]
 
int postStepsCount [get, set]
 
AnimationCurve postCurve [get, set]
 
ColorMode colorMode [get, set]
 
Color color [get, set]
 
Gradient gradient [get, set]
 
float rainbowMinOffset [get, set]
 
float rainbowMaxOffset [get, set]
 
bool rainbowRepeat [get, set]
 
Color randomMinColor [get, set]
 
Color randomMaxColor [get, set]
 

The documentation for this class was generated from the following file: