示例#1
0
 public ProxyVariable(ProxiedValueGet get)
 {
     this.get = get;
 }
示例#2
0
 public ProxyVector3(ProxiedValueGet get) : base(get)
 {
 }
示例#3
0
 public ProxyVariable(ProxiedValueGet get, ProxiedValueSet set) : this(get)
 {
     this.set = set;
 }