KeyFrameArray.CustomArray


class KeyFrameArray.CustomArray


Summary

Public constructors

Public functions

Unit
append(position: Int, value: CustomAttribute!)
Unit
Unit
Int
keyAt(i: Int)
Unit
remove(position: Int)
Int
CustomAttribute!

Public constructors

CustomArray

Added in 1.1.0-alpha13
CustomArray()

Public functions

append

Added in 1.1.0-alpha13
fun append(position: Int, value: CustomAttribute!): Unit

clear

Added in 1.1.0-alpha13
fun clear(): Unit

dump

Added in 1.1.0-alpha13
fun dump(): Unit

keyAt

Added in 1.1.0-alpha13
fun keyAt(i: Int): Int

remove

Added in 1.1.0-alpha13
fun remove(position: Int): Unit

size

Added in 1.1.0-alpha13
fun size(): Int

valueAt

Added in 1.1.0-alpha13
fun valueAt(i: Int): CustomAttribute!