Version: 2023.2
언어: 한국어

WWWFormConstructor

매뉴얼로 전환
public WWWForm ();

설명

Creates an empty WWWForm object.

Use the AddField and AddBinaryData methods to insert data into the form.

Additional resources: UnityWebRequest and WWW classes.