Hello
in uscript
I load skinned mesh and then it must be casted to NodeReference
in documentation I found nothing about how to cast ObjectMeshSkinned to NodeReference - it is not obvious for me
ObjectMeshSkinned SM = new ObjectMeshSkinned("SM.mesh");
Node N_SM = SM;
NodeReference NR_SM = new NodeReference(????);
it will be very helpful if I can refer to some table with possible conversions between types - does that table/map/list exist?
thanks