GetBounds() public method

public GetBounds ( float minTime, float maxTime, int component ) : Bounds
minTime float
maxTime float
component int
return Bounds
示例#1
0
 public Bounds GetBounds(float minTime, float maxTime)
 {
     return(renderer.GetBounds(minTime, maxTime, component));
 }