C# Class Raycaster, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
显示文件 Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Public Properties

Property Type Description
cameraMode bool
isLooking bool
isLookingAt string
target GameObject
targetHit bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
doRay ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

doRay() public method

public doRay ( ) : void
return void

Property Details

cameraMode public_oe property

public bool cameraMode
return bool

isLooking public_oe property

public bool isLooking
return bool

isLookingAt public_oe property

public string isLookingAt
return string

target public_oe property

public GameObject target
return GameObject

targetHit public_oe property

public bool targetHit
return bool