Vector3.Reflectstatic function Reflect (inDirection : Vector3, inNormal : Vector3) : Vector3DescriptionReflects the vector along the normal. The returned value is inDirection reflected from a surface with a normal inNormal.
JavaScript
var originalObject : Transform; using UnityEngine; import UnityEngine |
