C# Class UnityEngine.UI.ReflectionMethodsCache

Mostra file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
getRayIntersectionAll GetRayIntersectionAllCallback
raycast2D Raycast2DCallback
raycast3D Raycast3DCallback
raycast3DAll RaycastAllCallback

Public Methods

Method Description
ReflectionMethodsCache ( ) : System

Method Details

ReflectionMethodsCache() public method

public ReflectionMethodsCache ( ) : System
return System

Property Details

getRayIntersectionAll public_oe property

public GetRayIntersectionAllCallback getRayIntersectionAll
return GetRayIntersectionAllCallback

raycast2D public_oe property

public Raycast2DCallback raycast2D
return Raycast2DCallback

raycast3D public_oe property

public Raycast3DCallback raycast3D
return Raycast3DCallback

raycast3DAll public_oe property

public RaycastAllCallback raycast3DAll
return RaycastAllCallback