 | InspectorBlueprintAttributeRequiredComponents Property |
Types of the components of the blueprints that are available in the inspector.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Type[] RequiredComponents { get; set; }
Public Property RequiredComponents As Type()
Get
Set
public:
property array<Type^>^ RequiredComponents {
array<Type^>^ get ();
void set (array<Type^>^ value);
}
member RequiredComponents : Type[] with get, set
Property Value
Type:
Type
See Also