public bool NotEqual(Appearance src) { bool ret = VixenLibPINVOKE.Appearance_NotEqual(swigCPtr, Appearance.getCPtr(src)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Shape MakeLimb(string name, Model parent, Quat jointrot, Vec3 jointpos, Appearance app, float bonelen, float bonewidth) { IntPtr cPtr = VixenLibPINVOKE.Skeleton_MakeLimb(swigCPtr, name, Model.getCPtr(parent), Quat.getCPtr(jointrot), Vec3.getCPtr(jointpos), Appearance.getCPtr(app), bonelen, bonewidth); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return((Shape)SharedObj.MakeObject(cPtr, true)); }
public void SetPostProcess(Appearance arg0) { VixenLibPINVOKE.Scene_SetPostProcess(swigCPtr, Appearance.getCPtr(arg0)); }
public Appearance(Appearance arg0) : this(VixenLibPINVOKE.new_Appearance__SWIG_3(Appearance.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetHilite(Appearance hilite) { VixenLibPINVOKE.Picker_SetHilite(swigCPtr, Appearance.getCPtr(hilite)); }