Box2D.Common.RaycastResult.Set C# (CSharp) Метод

Set() публичный Метод

public Set ( RaycastResult argOther ) : RaycastResult
argOther RaycastResult
Результат RaycastResult
        public RaycastResult Set(RaycastResult argOther)
        {
            Lambda = argOther.Lambda;
            Normal.Set(argOther.Normal);
            return this;
        }
RaycastResult