Class PastePanel
Inheritance
System.Object
PastePanel
Syntax
public class PastePanel : VisualElement
Constructors
PastePanel()
Declaration
Properties
bones
Declaration
public bool bones { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
flipX
Declaration
public bool flipX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
flipY
Declaration
public bool flipY { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
mesh
Declaration
public bool mesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
BindElements()
Declaration
public void BindElements()
GenerateFromUXML()
Declaration
public static PastePanel GenerateFromUXML()
Returns
OnPasteActivated()
Declaration
public void OnPasteActivated()
Events
onPasteActivated
Declaration
public event Action<bool, bool, bool, bool> onPasteActivated
Event Type
Type |
Description |
System.Action<System.Boolean, System.Boolean, System.Boolean, System.Boolean> |
|