Universe.Physics.BulletSPlugin.BSAPITemplate.AddConstraintRef C# (CSharp) Method

AddConstraintRef() public abstract method

public abstract AddConstraintRef ( BulletBody obj, BulletConstraint constrain ) : void
obj BulletBody
constrain BulletConstraint
return void
        public abstract void AddConstraintRef(BulletBody obj, BulletConstraint constrain);
BSAPITemplate