Interactable.SetCustom(Boolean) Method

Definition

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

Applies to