Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NormalMapSpace.cs 121B

12345678910
  1. using System;
  2. namespace UnityEditor.ShaderGraph
  3. {
  4. enum NormalMapSpace
  5. {
  6. Tangent,
  7. Object
  8. }
  9. }