TransferDirection Enumeration |
Namespace: Demo3D.Visuals
[FlagsAttribute] public enum TransferDirection
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No transfers should be made through this connector. | |
| In | 1 | This connector allows incoming transfers. | |
| Out | 2 | This connector allows outgoing transfers. | |
| InOut | 3 | This connector allows incoming and outgoing transfers. |
© Emulate3D Ltd. All rights reserved.