Skip to content

spine.support.utils.JsonDynamic

spine.support.utils.JsonDynamic

Fields

NameType
dataDyn
Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]

Protos

  • f@34636 has(spine.support.utils.JsonDynamic, String) → Bool
  • f@34637 require(spine.support.utils.JsonDynamic, String) → Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]
  • f@34638 get(spine.support.utils.JsonDynamic, String) → Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]
  • f@34639 getChild(spine.support.utils.JsonDynamic, String) → Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]
  • f@34640 getString(spine.support.utils.JsonDynamic, String, String) → String
  • f@34641 getFloat(spine.support.utils.JsonDynamic, Dyn, Ref) → F64
  • f@34642 getInt(spine.support.utils.JsonDynamic, String, Ref) → I32
  • f@34643 getBoolean(spine.support.utils.JsonDynamic, String, Ref) → Bool
  • f@34644 asString(spine.support.utils.JsonDynamic) → String
  • f@34645 asFloatArray(spine.support.utils.JsonDynamic) → hl.types.ArrayBytes_Float
  • f@34646 asShortArray(spine.support.utils.JsonDynamic) → hl.types.ArrayBytes_Int
  • f@34647 asFloat(spine.support.utils.JsonDynamic) → F64
  • f@34648 asInt(spine.support.utils.JsonDynamic) → I32
  • f@34649 isString(spine.support.utils.JsonDynamic) → Bool
  • f@34650 isArray(spine.support.utils.JsonDynamic) → Bool
  • f@34651 get_next(spine.support.utils.JsonDynamic) → Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]
  • f@34652 get_name(spine.support.utils.JsonDynamic) → String
  • f@34653 get_size(spine.support.utils.JsonDynamic) → I32
  • f@34654 get_child(spine.support.utils.JsonDynamic) → Virtual[size, require, next, name, isString, isArray, has, get_size, get_next, get_name, get_child, getString, getInt, getFloat, getChild, getBoolean, get, child, asString, asShortArray, asInt, asFloatArray, asFloat]

Bindings

  • static f@34655 __constructor__(spine.support.utils.JsonDynamic, Dyn) → Void