Uses of Class
pl.edu.icm.unity.engine.api.translation.in.AttributeEffectMode
-
Packages that use AttributeEffectMode Package Description pl.edu.icm.unity.engine.api.translation.in Input translation profiles API -
-
Uses of AttributeEffectMode in pl.edu.icm.unity.engine.api.translation.in
Methods in pl.edu.icm.unity.engine.api.translation.in that return AttributeEffectMode Modifier and Type Method Description AttributeEffectMode
MappedAttribute. getMode()
static AttributeEffectMode
AttributeEffectMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeEffectMode[]
AttributeEffectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.translation.in with parameters of type AttributeEffectMode Constructor Description MappedAttribute(AttributeEffectMode mode, Attribute attribute)
-