GetBounds() public méthode

public GetBounds ( float minTime, float maxTime, int component ) : Bounds
minTime float
maxTime float
component int
Résultat Bounds
Exemple #1
0
 public Bounds GetBounds(float minTime, float maxTime)
 {
     return(renderer.GetBounds(minTime, maxTime, component));
 }