コード例 #1
0
ファイル: DebugWindow.cs プロジェクト: hach-que/OgmoEditor
 public RemotePropertyViewer(FocusableObject target)
 {
     this.m_Target = target;
 }
コード例 #2
0
ファイル: DebugWindow.cs プロジェクト: hach-que/OgmoEditor
 public DynamicPropertyDescriptor(FocusableObject target, int index)
     : base((string)target.PropertyName(index), new Attribute[] { })
 {
     this.m_Target = target;
     this.m_PropertyIndex = index;
 }