Entity.Enabled 属性

定义

启用或禁用实体及其所有组件和子级。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

注解

禁用实体与删除实体类似,只是可以轻松再次启用它。 禁用实体上的所有组件也会被禁用,所有子实体也是如此。

适用于