Interactable.SetCustom(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use HasCustom property instead
Change the custom state
public:
virtual void SetCustom(bool custom);
[System.Obsolete("Use HasCustom property instead")]
public virtual void SetCustom (bool custom);
[<System.Obsolete("Use HasCustom property instead")>]
abstract member SetCustom : bool -> unit
override this.SetCustom : bool -> unit
Public Overridable Sub SetCustom (custom As Boolean)
Parameters
- custom
- Boolean
- Attributes