Jump to content

What is the C++ equivalent for as keyword


photo

Recommended Posts

Basically let's say for example in a c# script we attach it as a component to a node which is an object mesh skinned.

 

To reference it we do something like:

Objectmeshskinned X;

 X = node as Objectmeshskinned;

 

What would be the c++ equivalent of that?

Link to comment
×
×
  • Create New...