Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Static Public Member Functions | List of all members
Entitas.InterfaceTypeExtension Class Reference

Static Public Member Functions

static bool ImplementsInterface< T > (this Type type)
 

Detailed Description

Definition at line 6 of file InterfaceTypeExtension.cs.

Member Function Documentation

◆ ImplementsInterface< T >()

static bool Entitas.InterfaceTypeExtension.ImplementsInterface< T > ( this Type  type)
inlinestatic

Determines whether the type implements the specified interface and is not an interface itself.

Definition at line 10 of file InterfaceTypeExtension.cs.


The documentation for this class was generated from the following file: