Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.Serialization.PublicMemberInfo Class Reference

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
 

Detailed Description

Definition at line 7 of file PublicMemberInfo.cs.


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