FormFactorPart
The FormFactorPart class is an abstract class. It inherits from the BasePart class and adds the FormFactor property to classes that inherit from it.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 3
Description
The FormFactorPart class is an abstract class. It inherits from the BasePart class and adds the FormFactorPart.FormFactor property to classes that inherit from it.
History 14
- 553 Add
- 553 Change Default of from to
- 553 Change Default of FormFactor from to
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of FormFactor from ReadOnly to ReadSafe
- 476 Change Category of from Part to Part
- 476 Change Category of FormFactor from Part to Part
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of FormFactor from to ReadOnly
- 242 Change Tags of from [Hidden, NotReplicated] to [Hidden, NotReplicated, Deprecated]
- 242 Change Tags of FormFactor from [NotReplicated] to [NotReplicated, Deprecated]
- 47 Add
- 47 Add FormFactor
- 47 Add FormFactorPart
Members 3
FormFactor
Type | Default | |
---|---|---|
FormFactor |
This used to specify a grid constraint of the part's size. No longer does anything.
This property is deprecated. It exists only for backward compatibility, and should not be used for new work.
This property is not replicated. Its interface does not cross the network boundary.
Thread safety | ReadSafe |
---|---|
Category | Part |
Loaded/Saved | true/false |
History 6
- 553 Change Default of FormFactor from to
- 486 Change ThreadSafety of FormFactor from ReadOnly to ReadSafe
- 476 Change Category of FormFactor from Part to Part
- 462 Change ThreadSafety of FormFactor from to ReadOnly
- 242 Change Tags of FormFactor from [NotReplicated] to [NotReplicated, Deprecated]
- 47 Add FormFactor