MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ Align

enum class MayaFlux::Kinesis::Align : uint8_t
strong

Cross-axis alignment of a placed region against its anchor.

Start and End refer to the anchor's leading and trailing edge on the cross axis: min.x and max.x for vertical placement, max.y and min.y for horizontal placement, so Start is always the visually upper or leftward edge in NDC. Span matches the anchor's full cross-axis extent and ignores the corresponding size argument.

Enumerator
Center 
Start 
End 
Span 

Definition at line 515 of file Bounds.hpp.

515 : uint8_t {
516 Center,
517 Start,
518 End,
519 Span,
520};
void Start()
Starts audio processing on the default engine.
Definition Core.cpp:120
void End()
Stops and cleans up the default engine.
Definition Core.cpp:146