Mesh.normalsvar normals : Vector3[]DescriptionThe normals of the mesh. If the mesh contains no normals an empty array will be returned.
JavaScript
// Rotate the normals by speed every frame using UnityEngine; import UnityEngine |
