C# Class UnityEditor.Collaboration.Overlay

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
DrawOverlays ( Collab assetState, Rect itemRect ) : void

Protected Methods

Method Description
AreOverlaysLoaded ( ) : bool
DrawOverlayElement ( Collab singleState, Rect itemRect ) : void
GetOverlayStateForAsset ( Collab assetStates ) : Collab.CollabStates
HasState ( Collab assetStates, Collab includesState ) : bool
LoadOverlays ( ) : void

Method Details

AreOverlaysLoaded() protected static method

protected static AreOverlaysLoaded ( ) : bool
return bool

DrawOverlayElement() protected static method

protected static DrawOverlayElement ( Collab singleState, Rect itemRect ) : void
singleState Collab
itemRect UnityEngine.Rect
return void

DrawOverlays() public static method

public static DrawOverlays ( Collab assetState, Rect itemRect ) : void
assetState Collab
itemRect UnityEngine.Rect
return void

GetOverlayStateForAsset() protected static method

protected static GetOverlayStateForAsset ( Collab assetStates ) : Collab.CollabStates
assetStates Collab
return Collab.CollabStates

HasState() protected static method

protected static HasState ( Collab assetStates, Collab includesState ) : bool
assetStates Collab
includesState Collab
return bool

LoadOverlays() protected static method

protected static LoadOverlays ( ) : void
return void