 | InspectorComponentAttributeInitExplicitly Property |
Whether to skip initializing this component with reflection.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool InitExplicitly { get; set; }
Public Property InitExplicitly As Boolean
Get
Set
public:
property bool InitExplicitly {
bool get ();
void set (bool value);
}
member InitExplicitly : bool with get, set
Property Value
Type:
Boolean
See Also