コード例 #1
0
ファイル: RobotObjectUI.cs プロジェクト: ITI-CEI36/Handazteel
 public static bool SetMaterial(Material material)
 {
     return(RobotDefinitions.SetMaterial(material));
 }
コード例 #2
0
ファイル: RobotObjectUI.cs プロジェクト: ITI-CEI36/Handazteel
 public static bool SetBeamSections(Frame frame)
 {
     return(RobotDefinitions.SetBeamSections(frame));
 }