C# Class Rodrigue.Transition.Not

Show file Open project: benjaml/PathfindingToolUnity

Protected Properties

Property Type Description
_check check

Public Methods

Method Description
Not ( check check ) : System.Collections
check ( ) : bool
getInstance ( check check ) : Not

Method Details

Not() public method

public Not ( check check ) : System.Collections
check check
return System.Collections

check() public method

public check ( ) : bool
return bool

getInstance() public static method

public static getInstance ( check check ) : Not
check check
return Not

Property Details

_check protected property

protected check _check
return check