コード例 #1
0
ファイル: Commands.cs プロジェクト: vanish87/KlayGE
 public KGEditorCommandAddLight(KGEditorCoreWrapper core, KGEditorCoreWrapper.LightType type, string name)
     : base(core, KGEditorCommandCode.ECC_AddLight, "Add light")
 {
     type_ = type;
     name_ = name;
 }