Updated attributations
Updated Readme Altered Project.json - revised license Added VR scripts - untested properly presentlyrelease
parent
64067d97b4
commit
5098410ffb
42
README.md
42
README.md
|
@ -36,8 +36,6 @@ Control | Description | Menu Command | Component Command | Notes | Credits
|
|||
| | | Component / UI / Extensions / AccordionItem |[demo video](http://forum.unity3d.com/threads/accordion-type-layout.271818/)| ChoMPHi
|
||||
**HSVPicker** | A colour picker UI | N/A | UI / Extensions / HSVPicker | Project folder includes prefab and sample scene | judah4
|
||||
**SelectionBox** | An RTS style selection box control | UI / Extensions / Selection Box | UI / Extensions / Selection Box |[tutorial video](https://www.youtube.com/watch?v=UtM3HejKL5s)| Korindian, BenZed
|
||||
**HorizontalScrollSnap** | A pages scroll rect that can work in steps / pages, includes button support | UI / Extensions / Horizontal Scroll Snap | UI / Extensions / Horizontal Scroll Snap |[tutorial video](https://www.youtube.com/watch?v=KJlIlWHlfMo)| BinaryX
|
||||
**VerticalScrollSnap** | A pages scroll rect that can work in steps / pages, includes button support | UI / Extensions / Vertical Scroll Snap | UI / Extensions / Vertical Scroll Snap |[tutorial video](https://www.youtube.com/watch?v=KJlIlWHlfMo)| BinaryX, Simon Darkside Jackson
|
||||
**UIButton** | Improved Button control with additional events (PointerDown, PointerUp, PointerClick and PointerHeld) | UI / Extensions / UI Button | UI / Extensions / UI Button |Will update video, this has now been updated to a more reusable Selectable extension| AriathTheWise
|
||||
**UIFlippable** | Improved Image control with image flipping options | UI / Extensions / UI Flippable | UI / Extensions / Flippable |[tutorial video](https://www.youtube.com/watch?v=Htt2RNa2qy0)| ChoMPHi
|
||||
**UIWindowBase** | A draggable Window implementation | UI / Extensions / UI Window Base | UI / Extensions / UI Window Base |[tutorial video](https://www.youtube.com/watch?v=Htt2RNa2qy0)| GXMark, alexzzzz, CaoMengde777, TroyDavis
|
||||
|
@ -46,8 +44,31 @@ Control | Description | Menu Command | Component Command | Notes | Credits
|
|||
**DropDownList** | A basic drop down list with text and image support | UI / Extensions / Dropdown List | UI / Extensions / Dropdown List |[tutorial video](https://www.youtube.com/watch?v=JrEfs47FoOE)| Perchik
|
||||
**BoundToolTip** | An alternate Tooltip implementation with central listener | UI / Extensions / Bound Tooltip / Tooltip | UI / Extensions / Bound Tooltip / Tooltip Item | Offset and tooltip placement needs work | Martin Sharkbomb
|
||||
| | | UI / Extensions / Bound Tooltip / Tooltip Trigger | | Martin Sharkbomb
|
||||
**LineRenderer** | Graphic control for drawing lines in the UI System | UI / Extensions / UI Line Renderer | UI / Extensions / UI Line Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)| jack.sydorenko
|
||||
**UILineTextureRenderer** | Graphic control for drawing lines in the UI System | UI / Extensions / UI Line Texture Renderer | UI / Extensions / UI Line Texture Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)| jack.sydorenko, jonbro5556
|
||||
|
||||
|
||||
## Primatives ##
|
||||
================
|
||||
|
||||
Control | Description | Menu Command | Component Command | Notes | Credits
|
||||
--------- | -------------- | ---------------------- | ---------------------------- | ------- | ----------
|
||||
**LineRenderer** | Graphic control for drawing lines in the UI System | UI / Extensions / Primatives / UI Line Renderer | UI / Extensions / Primatives / UI Line Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)| jack.sydorenko
|
||||
**UILineTextureRenderer** | Graphic control for drawing lines in the UI System | UI / Extensions / Primatives / UI Line Texture Renderer | UI / Extensions / Primatives / UI Line Texture Renderer |[tutorial video](https://www.youtube.com/watch?v=OElcWAZGHi0)| jack.sydorenko, jonbro5556
|
||||
**UICircle** | Graphic control for drawing circles in the UI System | UI / Extensions / Primatives / UI Circle | UI / Extensions / Primatives / UI Circle || zge
|
||||
|
||||
|
||||
|
||||
## Layouts ##
|
||||
================
|
||||
|
||||
Layout | Description | Menu Command | Component Command | Notes | Credits
|
||||
--------- | -------------- | ---------------------- | ---------------------------- | ------- | ----------
|
||||
**HorizontalScrollSnap** | A pages scroll rect that can work in steps / pages, includes button support | Layout / Extensions / Horizontal Scroll Snap | Layout / Extensions / Horizontal Scroll Snap |[tutorial video](https://www.youtube.com/watch?v=KJlIlWHlfMo)| BinaryX
|
||||
**VerticalScrollSnap** | A pages scroll rect that can work in steps / pages, includes button support | Layout / Extensions / Vertical Scroll Snap | Layout / Extensions / Vertical Scroll Snap |[tutorial video](https://www.youtube.com/watch?v=KJlIlWHlfMo)| BinaryX, Simon Darkside Jackson
|
||||
**FlowLayoutGroup** | A more rugged grid style layout group || Layout / Extensions / Flow Layout Group | [Example Video](https://www.youtube.com/watch?v=tMe_3tJTZvc) | Simie
|
||||
**RadialLayout** | A radial layout system || Layout / Extensions / Radial Layout || Danny Goodayle
|
||||
**TileSizeFitter** | A fitter layout that will shink / expand content by tiles || Layout / Extensions / TileSizeFitter || Ges
|
||||
|
||||
|
||||
|
||||
## Effect components ##
|
||||
=====================
|
||||
|
@ -62,6 +83,14 @@ Effect | Description | Component Command | Notes | Credits
|
|||
**RaycastMask** | An example of an enhanced mask component able to work with the image data. Enables picking on image parts and not just the Rect Transform | UI / Effects / Extensions / Raycast Mask | | senritsu
|
||||
**UIFlippable** | Image component effect to flip the graphic | UI / Effects / Extensions / UI Flippable | | ChoMPHi
|
||||
|
||||
## VR Components##
|
||||
=======================
|
||||
|
||||
Component | Description | Component Command | Notes | Credits
|
||||
--------- | -------------- | ---------------------------- | ------- | ------
|
||||
**VRCursor** | Cursor script for VR use (requires VRInputModule) | UI / Extensions / VR Cursoe | | Ralph Barbagallo
|
||||
**VRInputModule** | Input module to support the VR Cursor | Event / Vr Input Module | | Ralph Barbagallo
|
||||
|
||||
|
||||
## Additional Components##
|
||||
=======================
|
||||
|
@ -71,7 +100,6 @@ Component | Description | Component Command | Notes | Credits
|
|||
**ReturnKeyTrigger** | Does something?? | UI / Extensions / ReturnKey Trigger | | Melang, ddreaper
|
||||
**TabNavigation** | An example Tab navigation script, updated to add manual navigation | UI / Extensions / Tab Navigation | | Melang, omatase
|
||||
**uGUITools** | | Menu / uGUI | | Senshi
|
||||
**FlowLayoutGroup** | A more rugged grid style layout group | Layout / Extensions / Flow Layout Group | [Example Video](https://www.youtube.com/watch?v=tMe_3tJTZvc) | Simie
|
||||
**ScrollRectTweener** | Tweening solution for ScrollRects, add smoothing automatically | UI / Extensions / ScrollRectTweener | | Martin Sharkbomb
|
||||
**ScrollRectLinker** | ScrollRect Linker script, enable multiple ScrollRects to move together | UI / Extensions / ScrollRectLinker | | Martin Sharkbomb
|
||||
**ScrollRectEx** | Improved ScrollRect control, enables support for Nested ScrollRects | UI / Extensions / ScrollRectEx | | CaptainSchnittchen, GamesRUs
|
||||
|
@ -79,11 +107,13 @@ Component | Description | Component Command | Notes | Credits
|
|||
**ImageExtended** | Improved Image control with rotation support and use of filled type without an Image (useful for masks) | UI / Extensions / Image Extended | | Ges
|
||||
**UIScrollToSelection** | Enables a ScrollRect to scroll based on the selected child automatically | UI / Extensions / UIScrollToSelection | | zero3growlithe
|
||||
**AimerInputModule** | Replacement Input module to allow for a reciclue to interace with WorldSpace canvas UI | UI / Extensions / Aimer Input Module | | Chris Trueman
|
||||
**UISeclectableExtension** | Refactor of original UI Button control, can now add Press/Release and Hold events to any Selectable control | UI / Extensions / UI Selectable Extension | | AriathTheWise / Simon Jackson
|
||||
**UISelectableExtension** | Refactor of original UI Button control, can now add Press/Release and Hold events to any Selectable control | UI / Extensions / UI Selectable Extension | | AriathTheWise / Simon Jackson
|
||||
**switchToRectTransform** | RectTransform extension method to move one Rect to another | N/A | | Izitmee
|
||||
|
||||
|
||||
*More to come*
|
||||
|
||||
=======================
|
||||
### How do I get set up? ###
|
||||
|
||||
Either clone / download this repository to your machine and then copy the scripts in, or use the pre-packaged .UnityPackage for your version of Unity and import it as a custom package in to your project.
|
||||
|
|
|
@ -207,7 +207,7 @@ namespace UnityEditor.UI
|
|||
|
||||
#region UI Extensions "Create" Menu items
|
||||
|
||||
[MenuItem("GameObject/UI/Extensions/Horizontal Scroll Snap", false)]
|
||||
[MenuItem("GameObject/Layout/Extensions/Horizontal Scroll Snap", false)]
|
||||
static public void AddHorizontalScrollSnap(MenuCommand menuCommand)
|
||||
{
|
||||
GameObject horizontalScrollSnapRoot = CreateUIElementRoot("Horizontal Scroll Snap", menuCommand, s_ThickGUIElementSize);
|
||||
|
@ -278,7 +278,7 @@ namespace UnityEditor.UI
|
|||
Selection.activeGameObject = horizontalScrollSnapRoot;
|
||||
}
|
||||
|
||||
[MenuItem("GameObject/UI/Extensions/Vertical Scroll Snap", false)]
|
||||
[MenuItem("GameObject/Layout/Extensions/Vertical Scroll Snap", false)]
|
||||
static public void AddVerticallScrollSnap(MenuCommand menuCommand)
|
||||
{
|
||||
GameObject verticalScrollSnapRoot = CreateUIElementRoot("Vertical Scroll Snap", menuCommand, s_ThickGUIElementSize);
|
||||
|
|
|
@ -5,14 +5,13 @@ using UnityEngine.Events;
|
|||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Usage: Add this component to the input and add the function to execute to the EnterSubmit event of this script
|
||||
/// </summary>
|
||||
[RequireComponent(typeof(InputField))]
|
||||
[AddComponentMenu("UI/Extensions/Input Field Submit")]
|
||||
public class InputFieldEnterSubmit : MonoBehaviour
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Usage: Add this component to the input and add the function to execute to the EnterSubmit event of this script
|
||||
/// </summary>
|
||||
[RequireComponent(typeof(InputField))]
|
||||
[AddComponentMenu("UI/Extensions/Input Field Submit")]
|
||||
public class InputFieldEnterSubmit : MonoBehaviour
|
||||
{
|
||||
[System.Serializable]
|
||||
public class EnterSubmitEvent : UnityEvent<string> { }
|
||||
|
||||
|
@ -30,6 +29,5 @@ public class InputFieldEnterSubmit : MonoBehaviour
|
|||
if (!Input.GetKeyDown(KeyCode.Return) && !Input.GetKeyDown(KeyCode.KeypadEnter)) return;
|
||||
EnterSubmit.Invoke(txt);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
/// Credit ??
|
||||
/// Credit Danny Goodayle
|
||||
/// Sourced from - http://www.justapixel.co.uk/radial-layouts-nice-and-simple-in-unity3ds-ui-system/
|
||||
/// Updated by ddreaper - removed dependency on a custom ScrollRect script. Now implements drag interfaces and standard Scroll Rect.
|
||||
|
||||
|
@ -25,10 +25,11 @@ THE SOFTWARE.
|
|||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[AddComponentMenu("Layout/Extensions/Radial Layout")]
|
||||
public class RadialLayout : LayoutGroup {
|
||||
[AddComponentMenu("Layout/Extensions/Radial Layout")]
|
||||
public class RadialLayout : LayoutGroup
|
||||
{
|
||||
public float fDistance;
|
||||
[Range(0f,360f)]
|
||||
[Range(0f, 360f)]
|
||||
public float MinAngle, MaxAngle, StartAngle;
|
||||
protected override void OnEnable() { base.OnEnable(); CalculateRadial(); }
|
||||
public override void SetLayoutHorizontal()
|
||||
|
@ -45,17 +46,19 @@ public class RadialLayout : LayoutGroup {
|
|||
{
|
||||
CalculateRadial();
|
||||
}
|
||||
#if UNITY_EDITOR
|
||||
protected override void OnValidate()
|
||||
{
|
||||
base.OnValidate();
|
||||
CalculateRadial();
|
||||
}
|
||||
#endif
|
||||
void CalculateRadial()
|
||||
{
|
||||
m_Tracker.Clear();
|
||||
if (transform.childCount == 0)
|
||||
return;
|
||||
float fOffsetAngle = ((MaxAngle - MinAngle)) / (transform.childCount -1);
|
||||
float fOffsetAngle = ((MaxAngle - MinAngle)) / (transform.childCount - 1);
|
||||
|
||||
float fAngle = StartAngle;
|
||||
for (int i = 0; i < transform.childCount; i++)
|
||||
|
@ -77,5 +80,5 @@ public class RadialLayout : LayoutGroup {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/// Credit ??
|
||||
/// Credit Ges
|
||||
/// Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/page-3#post-2280109
|
||||
|
||||
using System.Collections;
|
||||
|
@ -6,18 +6,21 @@ using UnityEngine.EventSystems;
|
|||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(RectTransform))]
|
||||
[AddComponentMenu("Layout/Extensions/Tile Size Fitter")]
|
||||
public class TileSizeFitter : UIBehaviour, ILayoutSelfController
|
||||
{
|
||||
[SerializeField] private Vector2 m_Border = Vector2.zero;
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(RectTransform))]
|
||||
[AddComponentMenu("Layout/Extensions/Tile Size Fitter")]
|
||||
public class TileSizeFitter : UIBehaviour, ILayoutSelfController
|
||||
{
|
||||
[SerializeField]
|
||||
private Vector2 m_Border = Vector2.zero;
|
||||
public Vector2 Border { get { return m_Border; } set { if (SetPropertyUtility.SetStruct(ref m_Border, value)) SetDirty(); } }
|
||||
|
||||
[SerializeField] private Vector2 m_TileSize = Vector2.zero;
|
||||
[SerializeField]
|
||||
private Vector2 m_TileSize = Vector2.zero;
|
||||
public Vector2 TileSize { get { return m_TileSize; } set { if (SetPropertyUtility.SetStruct(ref m_TileSize, value)) SetDirty(); } }
|
||||
|
||||
[System.NonSerialized] private RectTransform m_Rect;
|
||||
[System.NonSerialized]
|
||||
private RectTransform m_Rect;
|
||||
private RectTransform rectTransform { get { if (m_Rect == null) m_Rect = GetComponent<RectTransform>(); return m_Rect; } }
|
||||
|
||||
private DrivenRectTransformTracker m_Tracker;
|
||||
|
@ -100,5 +103,5 @@ public class TileSizeFitter : UIBehaviour, ILayoutSelfController
|
|||
SetDirty();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
/// Credit ??
|
||||
/// Credit zge
|
||||
/// Sourced from - http://forum.unity3d.com/threads/draw-circles-or-primitives-on-the-new-ui-canvas.272488/#post-2293224
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -25,7 +25,6 @@ namespace UnityEngine.UI.Extensions
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Texture to be used.
|
||||
/// </summary>
|
||||
|
@ -58,7 +57,6 @@ namespace UnityEngine.UI.Extensions
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
protected override void OnFillVBO(List<UIVertex> vbo)
|
||||
{
|
||||
float outer = -rectTransform.pivot.x * rectTransform.rect.width;
|
||||
|
@ -111,11 +109,7 @@ namespace UnityEngine.UI.Extensions
|
|||
prevY = pos2;
|
||||
|
||||
SetVbo(vbo, new[] { pos0, pos1, pos2, pos3 }, new[] { uv0, uv1, uv2, uv3 });
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
/// Credit ??
|
||||
/// Credit Izitmee
|
||||
/// Sourced from - http://forum.unity3d.com/threads/find-anchoredposition-of-a-recttransform-relative-to-another-recttransform.330560/#post-2300992
|
||||
/// Updated by Brave Michael - http://forum.unity3d.com/threads/find-anchoredposition-of-a-recttransform-relative-to-another-recttransform.330560/#post-2300992
|
||||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
|
||||
public static class RectTransformExtension
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts the anchoredPosition of the first RectTransform to the second RectTransform,
|
||||
/// taking into consideration offset, anchors and pivot, and returns the new anchoredPosition
|
||||
/// </summary>
|
||||
public static Vector2 switchToRectTransform(this RectTransform from, RectTransform to)
|
||||
/// <summary>
|
||||
/// Converts the anchoredPosition of the first RectTransform to the second RectTransform,
|
||||
/// taking into consideration offset, anchors and pivot, and returns the new anchoredPosition
|
||||
/// </summary>
|
||||
public static Vector2 switchToRectTransform(this RectTransform from, RectTransform to)
|
||||
{
|
||||
Vector2 localPoint;
|
||||
Vector2 fromPivotDerivedOffset = new Vector2(from.rect.width * from.pivot.x + from.rect.xMin, from.rect.height * from.pivot.y + from.rect.yMin);
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c84a253080bc0ec4995041aa5a6656ae
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
userData:
|
|
@ -0,0 +1,49 @@
|
|||
/// Credit Ralph Barbagallo (www.flarb.com /www.ralphbarbagallo.com / @flarb)
|
||||
/// Sourced from - http://forum.unity3d.com/threads/vr-cursor-possible-unity-4-6-gui-bug-or-is-it-me
|
||||
|
||||
using System.Collections;
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[AddComponentMenu("UI/Extensions/VR Cursor")]
|
||||
public class VRCursor : MonoBehaviour
|
||||
{
|
||||
public float xSens;
|
||||
public float ySens;
|
||||
|
||||
private Collider currentCollider;
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
Vector3 thisPosition;
|
||||
|
||||
thisPosition.x = Input.mousePosition.x * xSens;
|
||||
thisPosition.y = Input.mousePosition.y * ySens - 1;
|
||||
thisPosition.z = transform.position.z;
|
||||
|
||||
transform.position = thisPosition;
|
||||
|
||||
VRInputModule.cursorPosition = transform.position;
|
||||
|
||||
if (Input.GetMouseButtonDown(0) && currentCollider)
|
||||
{
|
||||
VRInputModule.PointerSubmit(currentCollider.gameObject);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void OnTriggerEnter(Collider other)
|
||||
{
|
||||
//print("OnTriggerEnter other " + other.gameObject);
|
||||
VRInputModule.PointerEnter(other.gameObject);
|
||||
currentCollider = other;
|
||||
}
|
||||
|
||||
void OnTriggerExit(Collider other)
|
||||
{
|
||||
//print("OnTriggerExit other " + other.gameObject);
|
||||
VRInputModule.PointerExit(other.gameObject);
|
||||
currentCollider = null;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3d7a94ee2faf9f04696882b3a2cbf035
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
|
@ -0,0 +1,67 @@
|
|||
/// Credit Ralph Barbagallo (www.flarb.com /www.ralphbarbagallo.com / @flarb)
|
||||
/// Sourced from - http://forum.unity3d.com/threads/vr-cursor-possible-unity-4-6-gui-bug-or-is-it-me
|
||||
/// Fix supplied by - http://forum.unity3d.com/threads/vr-cursor-possible-unity-4-6-gui-bug-or-is-it-me.296934/
|
||||
|
||||
using UnityEngine.EventSystems;
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[AddComponentMenu("Event/VR Input Module")]
|
||||
public class VRInputModule : BaseInputModule
|
||||
{
|
||||
public static GameObject targetObject;
|
||||
|
||||
static VRInputModule _singleton;
|
||||
|
||||
private int counter;
|
||||
|
||||
private static bool mouseClicked;
|
||||
public static Vector3 cursorPosition;
|
||||
|
||||
protected override void Awake()
|
||||
{
|
||||
_singleton = this;
|
||||
}
|
||||
|
||||
public override void Process()
|
||||
{
|
||||
if (targetObject == null)
|
||||
{
|
||||
mouseClicked = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public static void PointerSubmit(GameObject obj)
|
||||
{
|
||||
targetObject = obj;
|
||||
mouseClicked = true;
|
||||
if (mouseClicked)
|
||||
{
|
||||
//BaseEventData data = GetBaseEventData(); //Original from Process(). Can't be called here so is replaced by the next line:
|
||||
BaseEventData data = new BaseEventData(_singleton.eventSystem);
|
||||
data.selectedObject = targetObject;
|
||||
ExecuteEvents.Execute(targetObject, data, ExecuteEvents.submitHandler);
|
||||
print("clicked " + targetObject.name);
|
||||
mouseClicked = false;
|
||||
}
|
||||
}
|
||||
|
||||
public static void PointerExit(GameObject obj)
|
||||
{
|
||||
print("PointerExit " + obj.name);
|
||||
PointerEventData pEvent = new PointerEventData(_singleton.eventSystem);
|
||||
ExecuteEvents.Execute(obj, pEvent, ExecuteEvents.pointerExitHandler);
|
||||
ExecuteEvents.Execute(obj, pEvent, ExecuteEvents.deselectHandler); //This fixes the problem
|
||||
}
|
||||
|
||||
public static void PointerEnter(GameObject obj)
|
||||
{
|
||||
print("PointerEnter " + obj.name);
|
||||
PointerEventData pEvent = new PointerEventData(_singleton.eventSystem);
|
||||
pEvent.pointerEnter = obj;
|
||||
RaycastResult rcr = new RaycastResult() { worldPosition = cursorPosition };
|
||||
pEvent.pointerCurrentRaycast = rcr;
|
||||
ExecuteEvents.Execute(obj, pEvent, ExecuteEvents.pointerEnterHandler);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 303ab8dad3437bf46814373cfb86cc5d
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
|
@ -19,5 +19,5 @@
|
|||
"example",
|
||||
"browsenpm"
|
||||
],
|
||||
"license": "MIT"
|
||||
"license": "BSD"
|
||||
}
|
Loading…
Reference in New Issue