C# Class UnityEditor.EulerCurveRenderer

Inheritance: CurveRenderer
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
DrawCurve ( float minTime, float maxTime, Color color, Matrix4x4 transform, Color wrapColor ) : void
EulerCurveRenderer ( int component, EulerCurveCombinedRenderer renderer ) : System
EvaluateCurveDeltaSlow ( float time ) : float
EvaluateCurveSlow ( float time ) : float
FlushCache ( ) : void
GetBounds ( ) : Bounds
GetBounds ( float minTime, float maxTime ) : Bounds
GetCurve ( ) : AnimationCurve
RangeEnd ( ) : float
RangeStart ( ) : float
SetCustomRange ( float start, float end ) : void
SetWrap ( WrapMode wrap ) : void
SetWrap ( WrapMode preWrapMode, WrapMode postWrapMode ) : void

Method Details

DrawCurve() public méthode

public DrawCurve ( float minTime, float maxTime, Color color, Matrix4x4 transform, Color wrapColor ) : void
minTime float
maxTime float
color Color
transform UnityEngine.Matrix4x4
wrapColor Color
Résultat void

EulerCurveRenderer() public méthode

public EulerCurveRenderer ( int component, EulerCurveCombinedRenderer renderer ) : System
component int
renderer EulerCurveCombinedRenderer
Résultat System

EvaluateCurveDeltaSlow() public méthode

public EvaluateCurveDeltaSlow ( float time ) : float
time float
Résultat float

EvaluateCurveSlow() public méthode

public EvaluateCurveSlow ( float time ) : float
time float
Résultat float

FlushCache() public méthode

public FlushCache ( ) : void
Résultat void

GetBounds() public méthode

public GetBounds ( ) : Bounds
Résultat UnityEngine.Bounds

GetBounds() public méthode

public GetBounds ( float minTime, float maxTime ) : Bounds
minTime float
maxTime float
Résultat UnityEngine.Bounds

GetCurve() public méthode

public GetCurve ( ) : AnimationCurve
Résultat UnityEngine.AnimationCurve

RangeEnd() public méthode

public RangeEnd ( ) : float
Résultat float

RangeStart() public méthode

public RangeStart ( ) : float
Résultat float

SetCustomRange() public méthode

public SetCustomRange ( float start, float end ) : void
start float
end float
Résultat void

SetWrap() public méthode

public SetWrap ( WrapMode wrap ) : void
wrap WrapMode
Résultat void

SetWrap() public méthode

public SetWrap ( WrapMode preWrapMode, WrapMode postWrapMode ) : void
preWrapMode WrapMode
postWrapMode WrapMode
Résultat void