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 AutomationEventAutomationEventList.events()
Events entriesAutomationEvent.frame
(int value) Event frameAutomationEvent.getArrayElement
(int index) AutomationEventList.getEvents()
Events entriesAutomationEvent.params
(MemorySegment value) Event parameters (if required)AutomationEvent.type
(int value) Event type (AutomationEventType)Methods in com.raylib with parameters of type AutomationEventModifier and TypeMethodDescriptionAutomationEventList.events
(AutomationEvent value) Events entriesstatic void
Raylib.playAutomationEvent
(AutomationEvent event) Play a recorded automation eventvoid
AutomationEventList.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