Skip to content
DirectionType

玩法 / DirectionType

DirectionType Enumeration

设置链接线的通行方向

Table of contents

Enumeration Members

BothWays = 0
LeftToRight = 1
RightToLeft = 2

Enumeration Members

BothWays

BothWays = 0

双向:双向都可通行


LeftToRight

LeftToRight = 1

左到右:单向通行,只能从左点通往右点


RightToLeft

RightToLeft = 2

右到左:单向通行,只能从右点通往左点