Maven module :un.storage : model3d-unity :
Class : un.storage.model3d.unity.model.type.UnityValueType
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getName, match, valueClass, toValue, toNode




Name of the type.
return
Chars getName ()


Test if the given type name is supported.
param  name
return
boolean match (Chars name)


Type of the mapped value.
return
Class valueClass ()


Convert typed node to real value object.
param  node
return
Object toValue (TypedNode node)


Convert value object to typed node.
param  value
param  type
return
TypedNode toNode (Object value, UnityNodeType type)