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