Deprecated API
Contents
-
Deprecated ClassesClassDescriptionThis class is a combination of graphics and logic. The former is best handled in application code, the latter is best handled by the various convenience methods to create sub-scenes in
SceneContext. This class will be removed in a future version of MultimediaLib.
-
Deprecated MethodsMethodDescriptionPrefer using
Pointer.clearState()on individual pointers over trying to globally manage all pointers using this method.UseEffect.linkGraphics(StageNode2D...)instead.Prefer usingStageNode2D.detach()instead. This method remains only for backward compatibility.Prefer usingStageNode2D.detach()instead. This method remains only for backward compatibility.Prefer usinggetTransform().setPosition(x, y).