Interface IPTargetUnsafeFunctions
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public interface IPTargetUnsafeFunctions
Methods
ApplyLabelMesh(int, Mesh)
void ApplyLabelMesh(int label, Mesh mesh)
Parameters
label
int
mesh
Mesh
GetCurrentLabelFromLastLabel(int)
int GetCurrentLabelFromLastLabel(int lastLabel)
Parameters
lastLabel
int
Returns
- int
GetLabelRect(int)
Rect GetLabelRect(int label)
Parameters
label
int
Returns
- Rect
IsAttached(int)
bool IsAttached(int label)
Parameters
label
int
Returns
- bool