public class AlphaModulateFixedEffectiveData extends EffectEffectiveData implements IAlphaModulateFixedEffectiveData
Immutable object which represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaModulateFixedEffectiveData is equal to the current AlphaModulateFixedEffectiveData . |
float |
getAmount()
Returns the effect amount.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final float getAmount()
Returns the effect amount.
Read-only float
.
getAmount
in interface IAlphaModulateFixedEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulateFixedEffectiveData
is equal to the current AlphaModulateFixedEffectiveData
.
equals
in class java.lang.Object
obj
- The AlphaModulateFixedEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object