Uses of Class
com.raylib.AutomationEvent
Packages that use AutomationEvent
-
Uses of AutomationEvent in com.raylib
Methods in com.raylib that return AutomationEventModifier and TypeMethodDescriptionstatic AutomationEvent
AutomationEvent.allocateArray
(long elementCount) Allocate an array of AutomationEventstatic AutomationEvent
AutomationEvent.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of AutomationEventAutomationEvent.getArrayElement
(int index) AutomationEventList.getEvents()
Events entriesAutomationEvent.setFrame
(int value) Event frameAutomationEvent.setParams
(MemorySegment value) Event parameters (if required)AutomationEvent.setType
(int value) Event type (AutomationEventType)Methods in com.raylib with parameters of type AutomationEventModifier and TypeMethodDescriptionstatic void
Raylib.playAutomationEvent
(AutomationEvent event) Play a recorded automation eventAutomationEventList.setEvents
(AutomationEvent value) Events entriesConstructors in com.raylib with parameters of type AutomationEventModifierConstructorDescriptionAutomationEventList
(int capacity, int count, AutomationEvent events) Construct with auto memory allocator and fields initialized as specifiedAutomationEventList
(SegmentAllocator arena, int capacity, int count, AutomationEvent events) Construct with your own memory allocator and fields initialized as specified