API ReferenceSandbox.UI
public sealed struct Sandbox.UI.PanelTransform
Methods
Showing 13 methods
public bool AddMatrix3D(Matrix matrix)
public bool AddSkew(float x, float y, float z)
public bool AddTranslate(System.Nullable`1<Sandbox.UI.Length> lengthX, System.Nullable`1<Sandbox.UI.Length> lengthY, System.Nullable`1<Sandbox.UI.Length> lengthZ = null)
Parameters
lengthZ: Default: null
public bool IsEmpty()
Returns true if this is empty.
No results match this filter.
Properties
Showing 1 properties
public int Sandbox.UI.PanelTransform.Entries { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.UI.PanelTransform |