Hello, I would like to check the degree of the frame a door or window, is there any way to obtain this?
As if
var doorFrame = door.GetParent();
if (doorFrame.ShortPrefabName.ToString () == "wall.frame")
if (doorFrame.bGrade == 2) // Stone
Puts ("Nyaan: 3");
As if
var doorFrame = door.GetParent();
if (doorFrame.ShortPrefabName.ToString () == "wall.frame")
if (doorFrame.bGrade == 2) // Stone
Puts ("Nyaan: 3");