C# Class MilkShakeFramework.Components.Physics.Raycast.RaycastFilters

Datei anzeigen Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
OnlyBodyType ( BodyType bodyType ) : Boolean>.Func
OnlyFixture ( Fixture fixture ) : Boolean>.Func

Method Details

OnlyBodyType() public static method

public static OnlyBodyType ( BodyType bodyType ) : Boolean>.Func
bodyType BodyType
return Boolean>.Func

OnlyFixture() public static method

public static OnlyFixture ( Fixture fixture ) : Boolean>.Func
fixture FarseerPhysics.Dynamics.Fixture
return Boolean>.Func