Box2D.Collision.RayCastInput.Set C# (CSharp) Méthode

Set() public méthode

public Set ( RayCastInput rci ) : void
rci RayCastInput
Résultat void
        public void Set(RayCastInput rci)
        {
            P1.Set(rci.P1);
            P2.Set(rci.P2);
            MaxFraction = rci.MaxFraction;
        }