Interface and Abstract Class in C#
- An Interface is class that is used to define methods and properties. - Abstract class are allowed to define data. - One difference is that ab…
- An Interface is class that is used to define methods and properties. - Abstract class are allowed to define data. - One difference is that ab…
Mesh Collider has a property called Convex. Let see, What is do ! - If you set convex to true , your mesh collider won't have any holes or entr…