C# Class CameraTexture, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
framesTillUpdate int
playerPixelThresh float
playerTargetThresh float
poiPixelThresh float
poiTargetThresh float

Public Methods

Method Description
canSee ( ) : bool

Private Methods

Method Description
CompareColor ( Color pixcol, Color refcol ) : float
OnPostRender ( ) : void
Start ( ) : void

Method Details

canSee() public method

public canSee ( ) : bool
return bool

Property Details

framesTillUpdate public property

public int framesTillUpdate
return int

playerPixelThresh public property

public float playerPixelThresh
return float

playerTargetThresh public property

public float playerTargetThresh
return float

poiPixelThresh public property

public float poiPixelThresh
return float

poiTargetThresh public property

public float poiTargetThresh
return float