C# Class HollowImage, UnityFramework

Inheritance: UnityEngine.UI.MaskableGraphic, UnityEngine.ICanvasRaycastFilter
Afficher le fichier Open project: meta-42/uEasyKit

Méthodes publiques

Свойство Type Description
HollowRect UnityEngine.RectTransform
pos Vector2
size Vector2

Méthodes publiques

Méthode Description
IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool

Méthodes protégées

Méthode Description
OnPopulateMesh ( UnityEngine vh ) : void

Private Methods

Méthode Description
AddQuad ( UnityEngine vertexHelper, Vector2 posMin, Vector2 posMax, Color32 color ) : void
Update ( ) : void

Method Details

IsRaycastLocationValid() public méthode

public IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool
sp Vector2
eventCamera Camera
Résultat bool

OnPopulateMesh() protected méthode

protected OnPopulateMesh ( UnityEngine vh ) : void
vh UnityEngine
Résultat void

Property Details

HollowRect public_oe property

public RectTransform,UnityEngine HollowRect
Résultat UnityEngine.RectTransform

pos public_oe property

public Vector2 pos
Résultat Vector2

size public_oe property

public Vector2 size
Résultat Vector2