コード例 #1
0
        public static void GetPropertyInstructions(List <IMGUIPropertyInstructionProxy> propertyInstructions)
        {
            var instructions = new List <IMGUIPropertyInstruction>();

            GUIViewDebuggerHelper.GetPropertyInstructions(instructions);
            propertyInstructions.AddRange(instructions.Select(i => new IMGUIPropertyInstructionProxy(i)));
        }