C# Class SkylinesMultiplayer.RayHitInfo

Show file Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Properties

Property Type Description
hitType RayFlags
index int
point Vector3
rayHit bool
raycastHit UnityEngine.RaycastHit

Property Details

hitType public property

public RayFlags hitType
return RayFlags

index public property

public int index
return int

point public property

public Vector3 point
return Vector3

rayHit public property

public bool rayHit
return bool

raycastHit public property

public RaycastHit,UnityEngine raycastHit
return UnityEngine.RaycastHit