create new constructor for VmcExtT
This commit is contained in:
parent
cb93f0bb1c
commit
11c3a0c500
|
@ -38,5 +38,10 @@ namespace godotVmcSharp
|
|||
}
|
||||
time = (float)m.Data[0].Value;
|
||||
}
|
||||
|
||||
public VmcExtT(float _time) : base(new godotOscSharp.Address("/VMC/Ext/T"))
|
||||
{
|
||||
time = _time;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user