CompressableButton.CompressableButtonVisuals Property
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.
The visuals which become compressed (scaled) along the z-axis when pressed.
public:
property UnityEngine::GameObject ^ CompressableButtonVisuals { UnityEngine::GameObject ^ get(); void set(UnityEngine::GameObject ^ value); };
public UnityEngine.GameObject CompressableButtonVisuals { get; set; }
member this.CompressableButtonVisuals : UnityEngine.GameObject with get, set
Public Property CompressableButtonVisuals As GameObject
Property Value
UnityEngine.GameObject