Uses of Class
pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
-
Packages that use GroupEffectMode Package Description pl.edu.icm.unity.engine.api.translation.in Input translation profiles API -
-
Uses of GroupEffectMode in pl.edu.icm.unity.engine.api.translation.in
Methods in pl.edu.icm.unity.engine.api.translation.in that return GroupEffectMode Modifier and Type Method Description GroupEffectMode
MappedGroup. getCreateIfMissing()
static GroupEffectMode
GroupEffectMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupEffectMode[]
GroupEffectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.translation.in with parameters of type GroupEffectMode Modifier and Type Method Description void
MappedGroup. setCreateIfMissing(GroupEffectMode createIfMissing)
Constructors in pl.edu.icm.unity.engine.api.translation.in with parameters of type GroupEffectMode Constructor Description MappedGroup(String group, GroupEffectMode createIfMissing, String idp, String profile)
-