UnityEditor.GUIViewDebuggerHelper.GetClipInstructionsInternal C# (CSharp) Méthode

GetClipInstructionsInternal() private méthode

private GetClipInstructionsInternal ( object clipInstructions ) : void
clipInstructions object
Résultat void
        private static extern void GetClipInstructionsInternal(object clipInstructions);
        internal static GUIContent GetContentFromInstruction(int instructionIndex)

Usage Example

Exemple #1
0
 internal static void GetClipInstructions(List <IMGUIClipInstruction> clipInstructions)
 {
     GUIViewDebuggerHelper.GetClipInstructionsInternal(clipInstructions);
 }