NGDragButton FieldsScoreFlash API Documentation V4.6.0
The NGDragButton type exposes the following members.
Fields

  NameDescription
Public fieldmaxPosition
The current max position - usually, this will be Screen.width and Screen.height (but in editor scripting, we need to fix some Unity bugs on the fly, so we're
Public fieldposition
The current position of this DragButton. Can be directly modified (because it is a public variable and not a public property as usually in Unity).
Back to Top
See Also