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