C# Class Svelto.Tasks.WWWEnumerator

Inheritance: IEnumerator
显示文件 Open project: sebas77/Svelto-ECS-Example

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void
WWWEnumerator ( WWW www ) : System

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

WWWEnumerator() public method

public WWWEnumerator ( WWW www ) : System
www UnityEngine.WWW
return System