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