C# 클래스 JetBrains.ReSharper.Plugins.Unity.Psi.Colors.UnityColorReference

상속: IColorReference
파일 보기 프로젝트 열기: JetBrains/resharper-unity

공개 메소드들

메소드 설명
Bind ( IColorElement colorElement ) : void
GetColorTable ( ) : IEnumerable
UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System

비공개 메소드들

메소드 설명
GetColorType ( ) : ITypeElement
TryReplaceAsConstructor ( IColorElement colorElement ) : void
TryReplaceAsHSV ( IColorElement colorElement ) : bool
TryReplaceAsNamedColor ( IColorElement colorElement ) : bool

메소드 상세

Bind() 공개 메소드

public Bind ( IColorElement colorElement ) : void
colorElement IColorElement
리턴 void

GetColorTable() 공개 메소드

public GetColorTable ( ) : IEnumerable
리턴 IEnumerable

UnityColorReference() 공개 메소드

public UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System
colorElement IColorElement
owningExpression IExpression
owner ITreeNode
colorConstantRange DocumentRange
리턴 System