C# Class UnityEngine.UI.ReflectionMethodsCache

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
getRayIntersectionAll GetRayIntersectionAllCallback
raycast2D Raycast2DCallback
raycast3D Raycast3DCallback
raycast3DAll RaycastAllCallback

Méthodes publiques

Méthode Description
ReflectionMethodsCache ( ) : System

Method Details

ReflectionMethodsCache() public méthode

public ReflectionMethodsCache ( ) : System
Résultat System

Property Details

getRayIntersectionAll public_oe property

public GetRayIntersectionAllCallback getRayIntersectionAll
Résultat GetRayIntersectionAllCallback

raycast2D public_oe property

public Raycast2DCallback raycast2D
Résultat Raycast2DCallback

raycast3D public_oe property

public Raycast3DCallback raycast3D
Résultat Raycast3DCallback

raycast3DAll public_oe property

public RaycastAllCallback raycast3DAll
Résultat RaycastAllCallback