Default constructor
Optional
trackTypes: TrackTypeKeyframe[]Private
_sortReturns true if the given position is in this section determined by the following ranges:
If direction
is true
:
- If start < end
- range is [start, end)
start > end
[start, inf) (-inf, end)
If direction
is false
:
start < end
(start, end]
start > end
(start, inf) (-inf, end]
Static
defaultConstructs a TypeSection whose range is between [0 and math.huge]
Denotes function as static. Do not include in Lua code
Static
fromConstructs a TypeSection from an Instance
Denotes function as static. Do not include in Lua code
Generated using TypeDoc
Defines the TrackTypes for a given section.
See isInSection for more info about the start and end positions