ReflectionMetadataItem

非推奨を表示
作成できません

Acts as abstract properties for generic information about Classes, Members, Enums, and EnumItems.

概要

プロパティ

プロパティ

Browsable

並列読み取り

When this value is true, it means that this property/class can be seen in Studio, e.g. in the explorer.

ClassCategory

並列読み取り

Describes the category of this class.

ClientOnly

並列読み取り

Constraint

並列読み取り

Describes a constraint for a single-argument function whose argument type is a Instance.ClassName. Currently there are two constraints available:

ConstraintDescription
isScriptCreatableThe specified class must be creatable with Instance.new
isServiceThe specified class must be a service.

Deprecated

並列読み取り

When an object is deprecated, it should not be used anymore for new scripts.

EditingDisabled

並列読み取り

Toggles whether this property can be edited from the Properties window.

EditorType

並列読み取り

FFlag

並列読み取り

IsBackend

並列読み取り

This should determine if a method needs to use stuff on the Roblox main servers. This property isn't applied where it should be, though.

PropertyOrder

並列読み取り

ScriptContext

並列読み取り

Describes the context where this member can be used. If set to "Server", this member will not be available to auto fill when editing a LocalScript. If set to "Client", this member will not be available to auto fill when editing a Script.

ServerOnly

並列読み取り

SliderScaling

並列読み取り

UIMaximum

並列読み取り

The maximum value of this property. Used with ReflectionMetadataItem.UIMinimum to control the slider bar of this property in the Properties window.

UIMinimum

並列読み取り

The minimum value of this property. Used with ReflectionMetadataItem.UIMaximum to control the slider bar of this property in the Properties window.

UINumTicks

並列読み取り

The number of potential values the property's slider bar can be set to, ReflectionMetadataItem.UIMinimum and ReflectionMetadataItem.UIMaximum.

方法

イベント