Class URLImage
이미지를 출력하는 GUI 클래스
네임스페이스: Game.Scripts.UI
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class URLImage : Image
함수
__call(URLImage, Dictionary<string, object>)
이미지를 출력하는 GUI 클래스
선언
[MoonSharpUserDataMetamethod("__call")]
public static URLImage __call(URLImage self, Dictionary<string, object> style)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
URLImage | self | |
System.Collections.Generic.Dictionary<TKey, TValue><string, object> | style |
반환
타입 | 설명 |
---|---|
URLImage |
__pairs(URLImage)
이미지를 출력하는 GUI 클래스
선언
[MoonSharpUserDataMetamethod("__pairs")]
public static DynValue __pairs(URLImage self)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
URLImage | self |
반환
타입 | 설명 |
---|---|
MoonSharp.Interpreter.DynValue |
New(string, Rect)
URLImage 생성하기
선언
public static URLImage New(string url, Rect rect)
매개 변수(인자)
타입 | 이름 | 설명 |
---|---|---|
string | url | 이미지의 URL 경로 |
Rect | rect | 이미지의 Rect |
반환
타입 | 설명 |
---|---|
URLImage |