Invert.uFrame.ECS.PropertiesChildItem.GetAttributes C# (CSharp) Method

GetAttributes() public method

public GetAttributes ( ) : IEnumerable
return IEnumerable
        public override IEnumerable<Attribute> GetAttributes()
        {
            if (Mapping)
            {
                yield return new uFrameEventMapping(this.Name);
            }
          

        }
PropertiesChildItem