Class CoordinateSpaceNameExtensions
Inheritance
System.Object
CoordinateSpaceNameExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.ShaderGraph
Syntax
public static class CoordinateSpaceNameExtensions
Methods
ToNeededCoordinateSpace(CoordinateSpace)
Declaration
public static NeededCoordinateSpace ToNeededCoordinateSpace(this CoordinateSpace space)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSpace | space |
Returns
Type | Description |
---|---|
NeededCoordinateSpace |
ToVariableName(CoordinateSpace, InterpolatorType)
Declaration
public static string ToVariableName(this CoordinateSpace space, InterpolatorType type)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSpace | space | |
InterpolatorType | type |
Returns
Type | Description |
---|---|
System.String |