UnityEditor.EulerCurveRenderer.GetBounds C# (CSharp) Méthode

GetBounds() public méthode

public GetBounds ( ) : Bounds
Résultat UnityEngine.Bounds
        public Bounds GetBounds()
        {
            return this.GetBounds(this.renderer.RangeStart(), this.renderer.RangeEnd());
        }

Same methods

EulerCurveRenderer::GetBounds ( float minTime, float maxTime ) : Bounds