Class SUCamItemsManager
Inheritance
SUCamItemsManager
Assembly: cs.temp.dll.dll
Syntax
public abstract class SUCamItemsManager : MonoBehaviour
Fields
_mainParent
Declaration
protected GameObject _mainParent
Field Value
Type |
Description |
GameObject |
|
_mustClean
Declaration
protected bool _mustClean
Field Value
_rendersList
Declaration
protected List<RenderMode> _rendersList
Field Value
Type |
Description |
List<RenderMode> |
|
_suPersistentCanvas
Declaration
protected GameObject _suPersistentCanvas
Field Value
Type |
Description |
GameObject |
|
_targetPos
Declaration
protected Vector2 _targetPos
Field Value
Properties
MainParentName
Declaration
protected virtual string MainParentName { get; set; }
Property Value
SortOrder
Declaration
protected virtual int SortOrder { get; set; }
Property Value
Methods
CreateCameKey(Camera, RenderMode)
Declaration
protected DictCamKey CreateCameKey(Camera cam, RenderMode renderMode)
Parameters
Type |
Name |
Description |
Camera |
cam |
|
RenderMode |
renderMode |
|
Returns
GetPersistentCanvas()
Declaration
protected void GetPersistentCanvas()
MainLoop()
Declaration
public virtual void MainLoop()
StopFollow(Camera)
Declaration
public virtual void StopFollow(Camera cam)
Parameters
Type |
Name |
Description |
Camera |
cam |
|
StopFollow(String)
Declaration
public virtual void StopFollow(string customTag)
Parameters
Type |
Name |
Description |
String |
customTag |
|