Enum SURectSizeData.Mode_ID
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public enum Mode_ID
Fields
| Name | Description |
|---|---|
| Multiply | Multiply the starting sizeDelta (if CacheComponents method is used |
| None | |
| ToStarting | To the sizeDelta cached during Awake (if CacheComponents method is used ) |
| XFitX | The sizeDelta width will be the same as the parent one |
| XFitY | The sizeDelta width will be the same as the parent sizeDelta height |
| YFitX | The sizeDelta height will be the same as the parent width |
| YFitY | The sizeDelta height will be the same as the parent one |