C# Class UnityEditorInternal.AudioProfilerDSPView

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
OnGUI ( Rect clippingRect, ProfilerProperty property, bool showInactiveDSPChains, bool highlightAudibleDSPChains, float &zoomFactor, Vector2 &scrollPos ) : void

Private Methods

Méthode Description
DrawRectClipped ( Rect r, Color col, string name, Rect c, float zoomFactor ) : void
GetOutCode ( Vector3 p, Rect c ) : int

Method Details

OnGUI() public méthode

public OnGUI ( Rect clippingRect, ProfilerProperty property, bool showInactiveDSPChains, bool highlightAudibleDSPChains, float &zoomFactor, Vector2 &scrollPos ) : void
clippingRect UnityEngine.Rect
property ProfilerProperty
showInactiveDSPChains bool
highlightAudibleDSPChains bool
zoomFactor float
scrollPos Vector2
Résultat void