Frame

사용되지 않는 항목 표시

Frame is a GuiObject that renders as a plain rectangle with no other content. They are the simplest concrete example of a GuiObject, as they provide very little additional functionality (Frame.FrameStyle). Despite this, Frames are useful as containers for other GuiObjects, such as TextLabel, ImageLabel. The key benefit to using a Frame over a Folder as a container object is the ability to further manipulate the GuiObject.Size and GuiObject.Position of any descendant GuiObjects.

요약

속성

  • 병렬 읽기

    Sets what the frame looks like from a selection of pre-determined styles.

속성GuiObject에서 상속되었습니다속성GuiBase2d에서 상속되었습니다

메서드

메서드GuiObject에서 상속되었습니다

이벤트

이벤트GuiObject에서 상속되었습니다이벤트GuiBase2d에서 상속되었습니다

속성

병렬 읽기

Sets what the frame looks like from a selection of pre-determined styles. See Enum.FrameStyle for a description of each style.

메서드

이벤트