![]() |
Entitas
0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
Public Member Functions | |
PublicMemberInfo (FieldInfo info) | |
PublicMemberInfo (PropertyInfo info) | |
PublicMemberInfo (Type type, string name, AttributeInfo[] attributes=null) | |
object | GetValue (object obj) |
void | SetValue (object obj, object value) |
Public Attributes | |
readonly Type | type |
readonly string | name |
readonly AttributeInfo [] | attributes |
Definition at line 7 of file PublicMemberInfo.cs.