C# Class Gum.Wireframe.ElementWithStateExtensionMethods

ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Add ( this toAddTo, ElementSave elementSave ) : void
Remove ( this toAddTo, ElementSave elementSave ) : void

Method Details

Add() public static method

public static Add ( this toAddTo, ElementSave elementSave ) : void
toAddTo this
elementSave Gum.DataTypes.ElementSave
return void

Remove() public static method

public static Remove ( this toAddTo, ElementSave elementSave ) : void
toAddTo this
elementSave Gum.DataTypes.ElementSave
return void