UnityEditor.GUIViewDebuggerHelper.GetUnifiedInstructionsInternal C# (CSharp) Method

GetUnifiedInstructionsInternal() private method

private GetUnifiedInstructionsInternal ( object instructions ) : void
instructions object
return void
        private static extern void GetUnifiedInstructionsInternal(object instructions);
        internal static void GetViews(List<GUIView> views)

Usage Example

示例#1
0
 internal static void GetUnifiedInstructions(List <IMGUIInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetUnifiedInstructionsInternal(layoutInstructions);
 }