B4A Library CreditsRollView V1.0.0

CreditsRoll
Version:
1
  • CreditsrollView
    Fields:
    • ba As BA
    • Methods:
    • AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int)
    • BringToFront
    • DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
    • Initialize (EventName As String)
    • Invalidate
    • Invalidate2 (arg0 As Rect)
    • Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • IsInitialized As Boolean
    • RemoveView
    • RequestFocus As Boolean
    • SendToBack
    • SetBackgroundImage (arg0 As Bitmap)
    • SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
    • SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
    • SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
    • Properties:
    • Angle As Float
      Gets the credits roll text tilting angle, on the X axis.

      The X-axis tilting angle, in degrees.
    • Background As Drawable
    • Color As Int [write only]
    • DistanceFromText As Float
      Gets the virtual camera's distance from the text, on the Z axis (depth).
    • Enabled As Boolean
    • EndScrollMult As Float
      Gets the end scrolling multiplier value.
    • Height As Int
    • Left As Int
    • ScrollPosition As Float
      Gets the current scrolling percentage.
      Returns the current scrolling position, in the [0, 1] range.
    • Tag As Object
    • Text As CharSequence [write only]
    • TextColor As Int [write only]
    • TextColor2 As ColorStateList [write only]
    • TextSize As Float [write only]
    • Top As Int
    • Visible As Boolean
    • Width As Int

obiwan.jpg



CreditsRollView001.png CreditsRollView002.png
 

Attachments

  • CreditsRollViewEx.zip
    13.8 KB · Views: 459
  • libCreditsRollViewV1.0.0.zip
    7.4 KB · Views: 442
Last edited:
Top