class KeyFrameArray.CustomVar


Summary

Public constructors

Public functions

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

Public constructors

CustomVar

Added in 1.1.0-alpha13
CustomVar()

Public functions

append

Added in 1.1.0-alpha13
fun append(position: Int, value: CustomVariable!): 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): CustomVariable!