setLoopEnd method

void setLoopEnd(
  1. int value
)

Implementation

void setLoopEnd(int value ) {
	audioSource.setLoopEnd(value);
}