Project290.Physics.Collision.Shapes.Shape.RayCast C# (CSharp) 메소드

RayCast() 공개 추상적인 메소드

Cast a ray against a child shape.
public abstract RayCast ( RayCastOutput &output, RayCastInput &input, Transform &transform, int childIndex ) : bool
output RayCastOutput The ray-cast results.
input RayCastInput The ray-cast input parameters.
transform Transform The transform to be applied to the shape.
childIndex int The child shape index.
리턴 bool
        public abstract bool RayCast(out RayCastOutput output, ref RayCastInput input, ref Transform transform,
                                     int childIndex);