Edytuj

Udostępnij za pośrednictwem


ColorPicker.SummonColorPicker(GameObject) Method

Definition

This will set the visibility, scale, and position of the color picker while extracting the color of the touched object's MeshRenderer or SpriteRender

public:
 void SummonColorPicker(UnityEngine::GameObject ^ container);
public void SummonColorPicker (UnityEngine.GameObject container);
member this.SummonColorPicker : UnityEngine.GameObject -> unit
Public Sub SummonColorPicker (container As GameObject)

Parameters

container
UnityEngine.GameObject

Applies to