C# Class EC.Visualization.Item

Inheritance: UnityEngine.MonoBehaviour, IPointerUpHandler, IPointerDownHandler
Afficher le fichier Open project: rygo6/VisualizationFramework-Unity Class Usage Examples

Méthodes publiques

Méthode Description
AddToHoldList ( ) : void
DestroyItemCoroutine ( ) : IEnumerator
HasTag ( string tag ) : bool
Highlight ( ) : void
OnPointerDown ( PointerEventData data ) : void
OnPointerUp ( PointerEventData data ) : void
RemoveFromHoldList ( ) : void
ResetColliderSize ( ) : void
SetBlendMaterial ( Texture texture ) : void
SetLayerRecursive ( int layer ) : void
SetShaderNormal ( ) : void
SetShaderOutline ( Color color ) : void
TestTagArrays ( string firstArray, string secondArray ) : bool
UnHighlight ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ColliderArrayInitialize ( ) : void
ExpandColliderSize ( ) : void
MaterialArrayInitialize ( ) : void
OnPointerDownAttached ( PointerEventData data ) : void
OnPointerDownAttachedHighlighted ( PointerEventData data ) : void
OnPointerDownInstantiate ( PointerEventData data ) : void
OnPointerUpAttached ( PointerEventData data ) : void
OnPointerUpAttachedHighlighted ( PointerEventData data ) : void
OnPointerUpDragging ( PointerEventData data ) : void
OnPointerUpInstantiate ( PointerEventData data ) : void
RemoveUniqueTickRecursive ( Item item ) : void
UnExpandColliderSize ( ) : void

Method Details

AddToHoldList() public méthode

public AddToHoldList ( ) : void
Résultat void

DestroyItemCoroutine() public méthode

public DestroyItemCoroutine ( ) : IEnumerator
Résultat IEnumerator

HasTag() public méthode

public HasTag ( string tag ) : bool
tag string
Résultat bool

Highlight() public méthode

public Highlight ( ) : void
Résultat void

OnPointerDown() public méthode

public OnPointerDown ( PointerEventData data ) : void
data UnityEngine.EventSystems.PointerEventData
Résultat void

OnPointerUp() public méthode

public OnPointerUp ( PointerEventData data ) : void
data UnityEngine.EventSystems.PointerEventData
Résultat void

RemoveFromHoldList() public méthode

public RemoveFromHoldList ( ) : void
Résultat void

ResetColliderSize() public méthode

public ResetColliderSize ( ) : void
Résultat void

SetBlendMaterial() public méthode

public SetBlendMaterial ( Texture texture ) : void
texture UnityEngine.Texture
Résultat void

SetLayerRecursive() public méthode

public SetLayerRecursive ( int layer ) : void
layer int
Résultat void

SetShaderNormal() public méthode

public SetShaderNormal ( ) : void
Résultat void

SetShaderOutline() public méthode

public SetShaderOutline ( Color color ) : void
color UnityEngine.Color
Résultat void

TestTagArrays() public méthode

public TestTagArrays ( string firstArray, string secondArray ) : bool
firstArray string
secondArray string
Résultat bool

UnHighlight() public méthode

public UnHighlight ( ) : void
Résultat void