C# Class UnityEngine.SendMouseEvents.HitInfo

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
camera Camera
target GameObject

Public Methods

Method Description
Compare ( SendMouseEvents lhs, SendMouseEvents rhs ) : bool
SendMessage ( string name ) : void

Method Details

Compare() public static method

public static Compare ( SendMouseEvents lhs, SendMouseEvents rhs ) : bool
lhs SendMouseEvents
rhs SendMouseEvents
return bool

SendMessage() public method

public SendMessage ( string name ) : void
name string
return void

Property Details

camera public_oe property

public Camera,UnityEngine camera
return Camera

target public_oe property

public GameObject,UnityEngine target
return GameObject