-
Notifications
You must be signed in to change notification settings - Fork 0
StringChannel
rech edited this page Jun 15, 2026
·
1 revision
Description
Class for creating string channels.
Remarks
A string channel returns a string value for any given timing. It is used for properties like sorting layer names.
Description
Creates an empty keyframe string channel.
Parameters
_
Return types
Remarks
Returns a keyframe string channel that can have keys added to it.
Example
local layerChannel = StringChannel.create()
layerChannel.addKey(0, "Default")
layerChannel.addKey(1000, "Overlay")Description
Creates a constant string channel.
Parameters
| Name | Type | Description |
|---|---|---|
val |
string | The constant string value |
Return types
Remarks
_
Example
local layer = StringChannel.constant("Default")Global
- Global Functions
- Scene
- Channel
- StringChannel
- TextChannel
- Trigger
- TriggerChannel
- Context
- Event
- Convert
Channels
Controllers
- Controller
- CanvasController
- ImageController
- SpriteController
- TextController
- CameraController
- TrackController
- NoteGroupController
Internal Controllers
Data types