基础类型 / EdActorFlag
EdActorFlag Enumeration
Actor在编辑器中的状态标记
Table of contents
Enumeration Members
CanDestroy = 1 |
---|
CanModify = 4 |
CanSelect = 2 |
ChildrenHideInOutline = 32 |
Default = 71 |
ExpandInOutLine = 64 |
ForbiddenSelectByGizmo = 16384 |
ForbiddenSelectByOutline = 32768 |
ForbiddenSelectByViewport = 65536 |
HideInEditor = 8 |
HideInOutline = 262144 |
IsDirty = 1024 |
IsFolder = 128 |
IsForceUseRatioScale = 8192 |
IsHideNetIcon = 4096 |
IsPaint = 512 |
IsSelect = 256 |
LockInEditor = 16 |
PrefabRootHasDestroyed = 131072 |
ShowVisualComponent = 2048 |
Enumeration Members
CanDestroy
• CanDestroy = 1
可被删除
CanModify
• CanModify = 4
可被修改
CanSelect
• CanSelect = 2
可被选择
ChildrenHideInOutline
• ChildrenHideInOutline = 32
在OutLine里隐藏子节点
Default
• Default = 71
默认值
ExpandInOutLine
• ExpandInOutLine = 64
在OutLine中展开
ForbiddenSelectByGizmo
• ForbiddenSelectByGizmo = 16384
禁止Gizmo选中
ForbiddenSelectByOutline
• ForbiddenSelectByOutline = 32768
禁止Outline选中
ForbiddenSelectByViewport
• ForbiddenSelectByViewport = 65536
禁止Viewport选中
HideInEditor
• HideInEditor = 8
隐藏于编辑器
HideInOutline
• HideInOutline = 262144
在OutLine里隐藏自身
IsDirty
• IsDirty = 1024
是否数据为脏
IsFolder
• IsFolder = 128
是否是文件夹
IsForceUseRatioScale
• IsForceUseRatioScale = 8192
是否强制使用等比缩放
IsHideNetIcon
• IsHideNetIcon = 4096
是否隐藏网络图标
IsPaint
• IsPaint = 512
是否是绘制对象
IsSelect
• IsSelect = 256
是否被选择
LockInEditor
• LockInEditor = 16
在编辑器中锁定操作
PrefabRootHasDestroyed
• PrefabRootHasDestroyed = 131072
ugc 使用 预制体头节点删除了
ShowVisualComponent
• ShowVisualComponent = 2048
显示边界框