C# 클래스 hl2glsl.DependencyGraphNode

파일 보기 프로젝트 열기: SickheadGames/HL2GLSL 1 사용 예제들

공개 메소드들

메소드 설명
AddCallsBy ( DependencyGraphNode func ) : void
DependencyGraphNode ( string dependencyName ) : System
GetCalledByList ( ) : ArrayList
GetDependencyName ( ) : string
IsCalledBy ( string func ) : bool
Print ( ) : void
ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
SetDependencyName ( string name ) : void

메소드 상세

AddCallsBy() 공개 메소드

public AddCallsBy ( DependencyGraphNode func ) : void
func DependencyGraphNode
리턴 void

DependencyGraphNode() 공개 메소드

public DependencyGraphNode ( string dependencyName ) : System
dependencyName string
리턴 System

GetCalledByList() 공개 메소드

public GetCalledByList ( ) : ArrayList
리턴 System.Collections.ArrayList

GetDependencyName() 공개 메소드

public GetDependencyName ( ) : string
리턴 string

IsCalledBy() 공개 메소드

public IsCalledBy ( string func ) : bool
func string
리턴 bool

Print() 공개 메소드

public Print ( ) : void
리턴 void

ReplaceCalledBy() 공개 메소드

public ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
toReplace DependencyGraphNode
newOne DependencyGraphNode
리턴 void

SetDependencyName() 공개 메소드

public SetDependencyName ( string name ) : void
name string
리턴 void