Class ScaleUVsToRealWorldSize
Rescale the UV coordinates on a mesh to a real world size.
Inheritance
ScaleUVsToRealWorldSize
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.Actions
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class ScaleUVsToRealWorldSize : PixyzAction
Fields
Name | Description |
---|---|
channel | Which channels to perform the function on |
textureSize | The size of the texture to scale the UVs to |
Properties
Name | Description |
---|---|
Id | The id of the Acton implementation. This id should be unique and is readonly. The id is the actual reference if the Action is serialized (in a set of RuleEngine Rules for example). |
MenuPathRuleEngine | The menu path for the RuleEngine. |
Priority | The order to use when placing this Action in a list. If the value is -1, the display name will be used instead; |
Tooltip | Returns the tooltip. |
Methods
Name | Description |
---|---|
Run(OccurrenceList) | Runs in Pixyz context. To be overriden in the derived class. |