C# 클래스 GPUGraph.Editor.NodeTree_Element_Option

상속: NodeTree_Element
파일 보기 프로젝트 열기: heyx3/GPUNoiseForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
NodeFactory Func

공개 메소드들

메소드 설명
NodeTree_Element_Option ( Func nodeFactory, string name, string tooltip = "" ) : System
OnGUI ( ) : NodeTree_Element_Option
OneVarFunc ( string func, string title, string tooltip, string var = "f", float defVal = float.NaN ) : NodeTree_Element_Option
ThreeVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN, string var3 = "t", float defVal3 = float.NaN ) : NodeTree_Element_Option
TwoVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN ) : NodeTree_Element_Option

메소드 상세

NodeTree_Element_Option() 공개 메소드

public NodeTree_Element_Option ( Func nodeFactory, string name, string tooltip = "" ) : System
nodeFactory Func
name string
tooltip string
리턴 System

OnGUI() 공개 메소드

public OnGUI ( ) : NodeTree_Element_Option
리턴 NodeTree_Element_Option

OneVarFunc() 공개 정적인 메소드

public static OneVarFunc ( string func, string title, string tooltip, string var = "f", float defVal = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var string
defVal float
리턴 NodeTree_Element_Option

ThreeVarFunc() 공개 정적인 메소드

public static ThreeVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN, string var3 = "t", float defVal3 = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var1 string
defVal1 float
var2 string
defVal2 float
var3 string
defVal3 float
리턴 NodeTree_Element_Option

TwoVarFunc() 공개 정적인 메소드

public static TwoVarFunc ( string func, string title, string tooltip, string var1 = "x", float defVal1 = float.NaN, string var2 = "y", float defVal2 = float.NaN ) : NodeTree_Element_Option
func string
title string
tooltip string
var1 string
defVal1 float
var2 string
defVal2 float
리턴 NodeTree_Element_Option

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

NodeFactory 공개적으로 프로퍼티

public Func NodeFactory
리턴 Func