C# Class OpenRA.Graphics.ViewportExts

Show file Open project: pchote/OpenRA

Public Methods

Method Description
Includes ( this d, ScrollDirection s ) : bool
Set ( this d, ScrollDirection s, bool val ) : ScrollDirection

Method Details

Includes() public static method

public static Includes ( this d, ScrollDirection s ) : bool
d this
s ScrollDirection
return bool

Set() public static method

public static Set ( this d, ScrollDirection s, bool val ) : ScrollDirection
d this
s ScrollDirection
val bool
return ScrollDirection