File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ public class GComponent : GObject
19
19
public Container rootContainer { get ; private set ; }
20
20
21
21
/// <summary>
22
- /// Content container. If the component is not clipped, then container ==rootContainer.
22
+ /// 内容容器。如果组件未被裁剪,则 container==rootContainer 。
23
23
/// </summary>
24
24
public Container container { get ; protected set ; }
25
25
26
26
/// <summary>
27
- /// ScrollPane of the component. If the component is not scrollable, the value is null.
27
+ /// ScrollPane 的组件。如果组件不可滚动,则值为 null。
28
28
/// </summary>
29
29
public ScrollPane scrollPane { get ; private set ; }
30
30
@@ -120,7 +120,7 @@ public EventListener onDrop
120
120
}
121
121
122
122
/// <summary>
123
- /// Draw call optimization switch.
123
+ /// Draw call optimization 开关。
124
124
/// </summary>
125
125
public bool fairyBatching
126
126
{
@@ -141,7 +141,7 @@ public void InvalidateBatchingState(bool childChanged)
141
141
}
142
142
143
143
/// <summary>
144
- /// If true, mouse/touch events cannot pass through the empty area of the component. Default is true.
144
+ /// 如果为 true,则鼠标/触摸事件无法穿过组件的空白区域。默认值为 true。
145
145
/// </summary>
146
146
public bool opaque
147
147
{
You can’t perform that action at this time.
0 commit comments