Entitas  0.35.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.TypeExtension Class Reference

Static Public Member Functions

static bool ImplementsInterface< T > (this Type type)
 

Detailed Description

Definition at line 6 of file TypeExtension.cs.

Member Function Documentation

§ ImplementsInterface< T >()

static bool Entitas.TypeExtension.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 TypeExtension.cs.


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