C# Class EC.Visualization.ItemRoot

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

Méthodes publiques

Свойство Type Description
ItemHighlightList List
ItemHoldList List
UniqueTickDictionary MonoBehaviour>.Dictionary

Méthodes publiques

Méthode Description
CallDelegateAll ( System action ) : void
CallDelegateItemRaycast ( Item item, System action ) : void
CallDelegateTagFilter ( bool>.System filterAction, System trueAction, System falseAction ) : int
SetAllActualPositionToTarget ( ) : void
SetAllOutlineNormalAttach ( ) : void
UnHighlightAll ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
CallDelegateTagFilterItemRaycast ( Item item, bool>.System filterAction, System trueAction, System falseAction ) : int

Method Details

CallDelegateAll() public méthode

public CallDelegateAll ( System action ) : void
action System
Résultat void

CallDelegateItemRaycast() public méthode

public CallDelegateItemRaycast ( Item item, System action ) : void
item Item
action System
Résultat void

CallDelegateTagFilter() public méthode

public CallDelegateTagFilter ( bool>.System filterAction, System trueAction, System falseAction ) : int
filterAction bool>.System
trueAction System
falseAction System
Résultat int

SetAllActualPositionToTarget() public méthode

public SetAllActualPositionToTarget ( ) : void
Résultat void

SetAllOutlineNormalAttach() public méthode

public SetAllOutlineNormalAttach ( ) : void
Résultat void

UnHighlightAll() public méthode

public UnHighlightAll ( ) : void
Résultat void

Property Details

ItemHighlightList public_oe property

public List ItemHighlightList
Résultat List

ItemHoldList public_oe property

public List ItemHoldList
Résultat List

UniqueTickDictionary public_oe property

public Dictionary UniqueTickDictionary
Résultat MonoBehaviour>.Dictionary