 | BlueprintGetAllComponentTypes Method |
Returns an enumeration of all component types of this and all ancestor blueprints.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<Type> GetAllComponentTypes()
Public Function GetAllComponentTypes As IEnumerable(Of Type)
public:
IEnumerable<Type^>^ GetAllComponentTypes()
member GetAllComponentTypes : unit -> IEnumerable<Type>
Return Value
Type:
IEnumerableTypeEnumeration of component types of this and all ancestor blueprints.
See Also