getValue method
Implementation
getValue(String name) {
if(name == "boneMatrices") {
return boneMatrices;
} else {
throw("Skeleton getValue name: $name is not support ");
}
}
getValue(String name) {
if(name == "boneMatrices") {
return boneMatrices;
} else {
throw("Skeleton getValue name: $name is not support ");
}
}